# /etc/syslog.conf - control output of syslogd # # # Each line must consist of two parts: # # 1) A selector to determine the message priorities to which the line applies. # 2) An action. # # The two fields must be separated by a single tab. # # format: # # # where is a . # # where: # is: # * - all # mark - time marks # kern,user,mail,daemon,auth,syslog,lpr,news,uucp,... # # is (from high to low): # * - all # alert,err,crit,warning,notice,info,debug # # is: # /filename - log to this file # * - send to all logged in users # username[,username2...] - write to user(s) # # examples: # "mail messages, at info, go to Log file. File need not exist." # mail.info /usr/spool/mqueue/log # "all facilities, at debug, go to error" # *.debug /dev/error # "all facilities, at crit, go to all users" # *.crit * mail.info,debug /usr/spool/mqueue/log