aboutsummaryrefslogtreecommitdiffstats
path: root/configs/logger.conf.sample
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-10-04 22:51:59 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-10-04 22:51:59 +0000
commit024f2617d8262e60fa1ee1a6496b079557fe72be (patch)
tree857ef7f7e70edb6af3ea2ed39635465b5625521a /configs/logger.conf.sample
parent28ee0af707a994129ce8cb8571f0c1349c616741 (diff)
make sample config files easier to ready (issue #5371)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6720 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs/logger.conf.sample')
-rwxr-xr-xconfigs/logger.conf.sample27
1 files changed, 14 insertions, 13 deletions
diff --git a/configs/logger.conf.sample b/configs/logger.conf.sample
index 008554271..f2ff0ea7e 100755
--- a/configs/logger.conf.sample
+++ b/configs/logger.conf.sample
@@ -16,10 +16,12 @@
; This appends the hostname to the name of the log files.
;appendhostname = yes
;
-; This determines whether or not we log queue events to a file (defaults to yes).
+; This determines whether or not we log queue events to a file
+; (defaults to yes).
;queue_log = no
;
-; This determines whether or not we log generic events to a file (defaults to yes).
+; This determines whether or not we log generic events to a file
+; (defaults to yes).
;event_log = no
;
;
@@ -44,17 +46,16 @@
;
; Special filename "console" represents the system console
;
-; We highly recommend that you DO NOT turn on debug mode if you
-; are simply running a production system. Debug mode turns on a
-; LOT of extra messages, most of which you are unlikely to understand
-; without an understanding of the underlying code. Do NOT report
-; debug messages as code issues, unless you have a specific issue that
-; you are attempting to debug. They are messages for just that --
-; debugging -- and do not rise to the level of something that merit
-; your attention as an Asterisk administrator. Debug messages are also
-; very verbose and can and do fill up logfiles quickly; this is another
-; reason not to have debug mode on a production system unless you are
-; in the process of debugging a specific issue.
+; We highly recommend that you DO NOT turn on debug mode if you are simply
+; running a production system. Debug mode turns on a LOT of extra messages,
+; most of which you are unlikely to understand without an understanding of
+; the underlying code. Do NOT report debug messages as code issues, unless
+; you have a specific issue that you are attempting to debug. They are
+; messages for just that -- debugging -- and do not rise to the level of
+; something that merit your attention as an Asterisk administrator. Debug
+; messages are also very verbose and can and do fill up logfiles quickly;
+; this is another reason not to have debug mode on a production system unless
+; you are in the process of debugging a specific issue.
;
;debug => debug
console => notice,warning,error