Magellan Linux

Annotation of /trunk/busybox/syslog.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1518 - (hide annotations) (download)
Mon Sep 5 21:48:46 2011 UTC (12 years, 8 months ago) by niro
File size: 688 byte(s)
-added default syslog.conf
1 niro 1518 # /etc/syslog.conf - syslogd configuration file
2    
3     # Log all kernel messages to the console.
4     # Logging much else clutters up the screen.
5     #kern.* /dev/console
6    
7     # Log anything (except mail) of level info or higher.
8     # Don't log private authentication messages!
9     *.info;mail.none;authpriv.none;cron.none /var/log/messages
10    
11     # The authpriv file has restricted access.
12     authpriv.* /var/log/secure
13    
14     # Log all the mail messages in one place.
15     mail.* /var/log/maillog
16    
17     # Log cron stuff
18     cron.* /var/log/cron
19    
20     # Save news errors of level crit and higher in a special file.
21     uucp,news.crit /var/log/spooler
22    
23     # Save boot messages also to boot.log
24     local7.* /var/log/boot.log