summaryrefslogtreecommitdiff
path: root/configs/logger.conf.sample
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2005-10-04 22:51:59 +0000
committerKevin P. Fleming <kpfleming@digium.com>2005-10-04 22:51:59 +0000
commitf38742190538c10fbcf866b7169826165488b0c6 (patch)
tree857ef7f7e70edb6af3ea2ed39635465b5625521a /configs/logger.conf.sample
parente33868294970bb2f437801f9144d9dc4d2f07fb6 (diff)
make sample config files easier to ready (issue #5371)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6720 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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