]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blob - config/etc/syslog.conf
Asynchrones Syslogging aktiviert (Performancegruende)
[people/pmueller/ipfire-2.x.git] / config / etc / syslog.conf
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 # local0.* any dhcpcd log (even debug) in messages
8 daemon.*;local0.*;local2.*;*.info;mail.none;authpriv.* -/var/log/messages
9
10 # Log crons
11 #cron.* -/var/log/cron.log
12
13 # Everybody gets emergency messages
14 *.emerg *
15
16 # Save boot messages also to boot.log
17 local7.* /var/log/boot.log
18
19 # Display logs on tty12
20 *.* /dev/tty12
21
22 # Optionally log to a remote host
23 #*.* @hostname.domain
24
25 # Postfix logs
26 mail.* -/var/log/mail