Archived
14
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
asterisk/configs/logger.conf.sample
2003-11-26 22:00:07 +00:00

26 lines
510 B
Text
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