]> git.ipfire.org Git - ipfire-2.x.git/blob - config/etc/syslog.conf
git-svn-id: http://svn.ipfire.org/svn/ipfire/IPFire/source@16 ea5c0bd1-69bd-2848...
[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.*;cron.* /var/log/messages
9
10 # Everybody gets emergency messages
11 *.emerg *
12
13 # Save boot messages also to boot.log
14 local7.* /var/log/boot.log
15
16 # Display logs on tty12
17 *.* /dev/tty12
18
19 # Optionally log to a remote host
20 #*.* @hostname.domain