From 1ac1b5e19135689700694ab9fc6019b910aa6fd2 Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Tue, 5 May 2009 10:52:30 +0200 Subject: [PATCH] rsyslog: Send all logs to the log vserver. This happens in addition to local logging. --- etc/rsyslog.conf | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/etc/rsyslog.conf b/etc/rsyslog.conf index 262d102..088b8bb 100644 --- a/etc/rsyslog.conf +++ b/etc/rsyslog.conf @@ -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 -- 2.30.2