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@template.drsnuggles.stderr.nl>
Tue, 5 May 2009 09:36:04 +0000 (11:36 +0200)
This happens in addition to local logging.

etc/rsyslog.conf

index 262d102b15b8107721e93a50d4a909dca31b95a1..088b8bbb3411d6f750fee7e64355d64db8cbe263 100644 (file)
@@ -36,9 +36,9 @@ $DirCreateMode 0755
 $IncludeConfig /etc/rsyslog.d/*.conf
 
 
-###############
-#### RULES ####
-###############
+#######################
+#### Local logging ####
+#######################
 
 #
 # Log each facility into its own log
@@ -74,3 +74,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