aboutsummaryrefslogtreecommitdiffstats
path: root/configs/logger.conf.sample
blob: 7d7e73afa064582edef41d0ac92bb7266b33f1a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
;
; 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