From: Matthijs Kooijman Date: Wed, 29 Feb 2012 15:36:27 +0000 (+0100) Subject: rsyslog: Only do local logging for local messages. X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fservers%2Ftika.git;a=commitdiff_plain;h=011915ac6513a85cec1583e807cd6b4209ccd6b4 rsyslog: Only do local logging for local messages. --- diff --git a/etc/rsyslog.conf b/etc/rsyslog.conf index 9d1aac1..465dce4 100644 --- a/etc/rsyslog.conf +++ b/etc/rsyslog.conf @@ -52,7 +52,11 @@ $MainMsgQueueSaveOnShutdown on #### Local logging #### ####################### -# +# Discard all log entries not locally generated (note that the ~ here is the +# "discard" action, preventing the rules below from bein ran on these messages. +if $fromhost-ip != '127.0.0.1' then ~ + + # Log each facility into its own log auth,authpriv.* /var/log/rsyslog/auth.log cron.* -/var/log/rsyslog/user.log