Line | |
---|
1 | # Log all kernel messages to the console. |
---|
2 | # Logging much else clutters up the screen. |
---|
3 | #kern.* /dev/console |
---|
4 | |
---|
5 | # Log anything (except mail) of level info or higher. |
---|
6 | # Don't log private authentication messages! |
---|
7 | *.info;mail.none;authpriv.none;cron.none;local0.none /var/log/messages |
---|
8 | |
---|
9 | # The authpriv file has restricted access. |
---|
10 | authpriv.* /var/log/secure |
---|
11 | |
---|
12 | # Log all the mail messages in one place. |
---|
13 | mail.* -/var/log/maillog |
---|
14 | |
---|
15 | |
---|
16 | # Log cron stuff |
---|
17 | cron.* /var/log/cron |
---|
18 | |
---|
19 | # Everybody gets emergency messages |
---|
20 | *.emerg * |
---|
21 | |
---|
22 | # Save news errors of level crit and higher in a special file. |
---|
23 | uucp,news.crit /var/log/spooler |
---|
24 | |
---|
25 | # Save boot messages also to boot.log |
---|
26 | local7.* /var/log/boot.log |
---|
27 | |
---|
28 | local0.info /var/log/heartbeat.log |
---|
Note: See
TracBrowser
for help on using the repository browser.