summaryrefslogtreecommitdiff
path: root/sysconf/syslog.conf
blob: 56503e933a9e4d4bb6307bb56f3a692074198122 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#  /etc/syslog.conf	Configuration file for syslogd.
#
#			For more information see syslog.conf(5)
#			manpage.
#
# WARNING
# Note: configuration via the Vyatta FusionCLI does not understand
# full syslog configuration file format, so as administrator either
# use Linux tools (ie edit this file) or use the CLI, not both.

# Standard logfiles by facility
#
#auth,authpriv.*		/var/log/auth.log
#daemon.*			-/var/log/daemon.log
#kern.*				-/var/log/kern.log
#user.*				-/var/log/user.log

# Catch-all log file 
*.notice;local7.*		-/var/log/messages