2002-02-11 04:25:04 +00:00
|
|
|
;
|
|
|
|
|
; 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
|
2003-09-28 20:05:12 +00:00
|
|
|
;console => notice,warning,error,debug
|
2002-02-11 04:25:04 +00:00
|
|
|
messages => notice,warning,error
|
2003-11-26 22:00:07 +00:00
|
|
|
|
|
|
|
|
;syslog keyword : This special keyword logs to syslog facility
|
|
|
|
|
;local0 edit /etc/syslog.conf and add
|
|
|
|
|
;local0.* /var/log/myastlog
|
|
|
|
|
;
|
|
|
|
|
;syslog => notice,warning,error
|
|
|
|
|
|
|
|
|
|
|