summaryrefslogtreecommitdiff
path: root/extra/sysklogd/syslog.conf
blob: 7b0eae2e23d526abd8941a891d119b6fc641be81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#
# /etc/syslog.conf
#

*.emerg						*
*.err						/var/log/errors
kern.*						/var/log/kernel
authpriv.*;auth.*				/var/log/auth
mail.*						/var/log/mail
*.info;*.!err;authpriv,auth,mail,kern.none	/var/log/messages

# Log everything to vc12
# *.*						/dev/vc/12

# End of file