aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-01-28 21:13:50 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-01-28 21:13:50 +0000
commit960b12736d958ee09d603c2ed7a16d9309e709e0 (patch)
treec9fee8ea065c66d77cb055cbcc3e504d2cde252f
parentf3a293b9903ebcb619d011f97e9caaf19e29e204 (diff)
Update logger.conf sample (bug #941, modified)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2086 f38db490-d61c-443f-a65b-d21fe96a405b
-rwxr-xr-xconfigs/logger.conf.sample13
1 files changed, 13 insertions, 0 deletions
diff --git a/configs/logger.conf.sample b/configs/logger.conf.sample
index 04a308437..dd3a5bd9e 100755
--- a/configs/logger.conf.sample
+++ b/configs/logger.conf.sample
@@ -1,6 +1,18 @@
;
; Logging Configuration
;
+; In this file, you configure logging to files or to
+; the syslog system.
+;
+; For each file, specify what to log.
+;
+; For console logging, you set options at start of
+; Asterisk with -v for verbose and -d for debug
+; See 'asterisk -h' for more information.
+;
+; Directory for log files is configures in asterisk.conf
+; option astlogdir
+;
[logfiles]
;
; Format is "filename" and then "levels" of debugging to be included:
@@ -8,6 +20,7 @@
; notice
; warning
; error
+; verbose
;
; Special filename "console" represents the system console
;