Skip to content
Extraits de code Groupes Projets
Vérifiée Valider 9fb5f7e9 rédigé par Kubat's avatar Kubat
Parcourir les fichiers

LOG: Add the new entries to the log files for the file logging sys

parent 55d394c0
Aucune branche associée trouvée
Aucune étiquette associée trouvée
1 requête de fusion!170Ensure that option config values are present in the db
......@@ -11,6 +11,17 @@
comment("Can be DEBUG, INFO, WARN, ERROR.")
value_opt("log", "INFO")
/* LOGGING */
section("log")
comment("The 'log/level' will override the 'log' with no section")
comment("The log files will be present in the 'log/folder', at most 'file_count'.")
comment("Every file will be rotated when the current file has reached the maximum")
comment("number of lines.")
value_opt("level", "INFO")
value_opt("folder", "/home/kara/logs")
value_opt("file_count", "10")
value_opt("line_count", "1000")
/* SERVER */
section("server")
value("max_clients", "16")
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter