Update logger.conf sample (bug #941, modified)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2086 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.0
Mark Spencer 22 years ago
parent 32e131862d
commit c0eb1e6bfe

@ -1,6 +1,18 @@
; ;
; Logging Configuration ; 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] [logfiles]
; ;
; Format is "filename" and then "levels" of debugging to be included: ; Format is "filename" and then "levels" of debugging to be included:
@ -8,6 +20,7 @@
; notice ; notice
; warning ; warning
; error ; error
; verbose
; ;
; Special filename "console" represents the system console ; Special filename "console" represents the system console
; ;

Loading…
Cancel
Save