mirror of
https://github.com/asterisk/asterisk.git
synced 2026-04-28 17:53:35 +00:00
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1799 65c4cc65-6c06-0410-ace0-fbb531ad65f3
26 lines
510 B
Plaintext
Executable File
26 lines
510 B
Plaintext
Executable File
;
|
|
; Logging Configuration
|
|
;
|
|
[logfiles]
|
|
;
|
|
; Format is "filename" and then "levels" of debugging to be included:
|
|
; debug
|
|
; notice
|
|
; warning
|
|
; error
|
|
;
|
|
; Special filename "console" represents the system console
|
|
;
|
|
;debug => debug
|
|
console => notice,warning,error
|
|
;console => notice,warning,error,debug
|
|
messages => notice,warning,error
|
|
|
|
;syslog keyword : This special keyword logs to syslog facility
|
|
;local0 edit /etc/syslog.conf and add
|
|
;local0.* /var/log/myastlog
|
|
;
|
|
;syslog => notice,warning,error
|
|
|
|
|