mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 11:58:52 +00:00
Update logger.conf sample (bug #941, modified)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2086 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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
|
||||
;
|
||||
|
Reference in New Issue
Block a user