rsyslog: Send all logs to the log vserver.
[matthijs/servers/drsnuggles.git] / 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