From: Matthijs Kooijman Date: Tue, 5 May 2009 08:52:30 +0000 (+0200) Subject: rsyslog: Send all logs to the log vserver. X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fservers%2Fdrsnuggles.git;a=commitdiff_plain;h=bfe1d887cb51100bc742655b869176c6a17fff79 rsyslog: Send all logs to the log vserver. This happens in addition to local logging. --- diff --git a/etc/rsyslog.conf b/etc/rsyslog.conf index 2028752..a3076b2 100644 --- a/etc/rsyslog.conf +++ b/etc/rsyslog.conf @@ -37,9 +37,9 @@ $DirCreateMode 0755 $IncludeConfig /etc/rsyslog.d/*.conf -############### -#### RULES #### -############### +####################### +#### Local logging #### +####################### # # Log each facility into its own log @@ -75,3 +75,10 @@ local0,local1,local2,\ # Emergencies are sent to everybody logged in. # *.emerg * + +######################## +#### Remote logging #### +######################## + +# Send all log entries to the log vserver +*.* :omrelp:log:514;RSYSLOG_SyslogProtocol23Format