diff options
Diffstat (limited to 'abs/core/rsyslog/rsyslog.conf.linhes')
-rw-r--r-- | abs/core/rsyslog/rsyslog.conf.linhes | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/abs/core/rsyslog/rsyslog.conf.linhes b/abs/core/rsyslog/rsyslog.conf.linhes index 5d8eb63..24bf3f5 100644 --- a/abs/core/rsyslog/rsyslog.conf.linhes +++ b/abs/core/rsyslog/rsyslog.conf.linhes @@ -27,12 +27,12 @@ if $programname contains 'lighttpd' then ?DynLighttpd & ~ local6.* ?DynMyth -& ~ +#& ~ # Log anything (except mail) of level info or higher. # Don't log private authentication messages! #*.info;mail.none;authpriv.none;cron.none -/var/log/messages -*.info;mail.none;authpriv.none;cron.none -?DailyPerHostLogs -*.info;mail.none;authpriv.none;cron.none -?DynFile +*.info;mail.none;authpriv.none;cron.none;local6.none -?DailyPerHostLogs +*.info;mail.none;authpriv.none;cron.none;local6.none -?DynFile # The authpriv file has restricted access. #authpriv.* /var/log/secure @@ -56,7 +56,7 @@ uucp,news.crit -?DynSpooler # Save boot messages also to boot.log #local7.* /var/log/boot.log -local7.* ?DynFile +local7.* ?DynBoot # Remote Logging (we use TCP for reliable delivery) # An on-disk queue is created for this action. If the remote host is |