rsyslog: Send all logs to the log vserver.
authorMatthijs Kooijman <matthijs@stdin.nl>
Tue, 5 May 2009 08:52:30 +0000 (10:52 +0200)
committerroot <root@drsnuggles.stderr.nl>
Tue, 5 May 2009 16:35:06 +0000 (18:35 +0200)
This happens in addition to local logging.

etc/rsyslog.conf

index 2028752a9abbf362c8b6fce06ec6ada3a61f7060..a3076b2a867bfb3e628c82f9b8f19b6811a4cd97 100644 (file)
@@ -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