diff options
author | Britney Fransen <brfransen@gmail.com> | 2016-05-16 16:24:28 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2016-05-16 16:24:28 (GMT) |
commit | fff4c50d3a1d94c807604d6c21355993dfb95c85 (patch) | |
tree | 390f0eb0781b2599449edbdafbeb6aaba34200dc /abs/core/rsyslog/rsyslog.conf.linhes | |
parent | 8de064f6e96f960cdbfe6868d9957a4613f704df (diff) | |
parent | 6f7a84649ef75069cc4fa06fabeb63e762e049d1 (diff) | |
download | linhes_pkgbuild-fff4c50d3a1d94c807604d6c21355993dfb95c85.zip linhes_pkgbuild-fff4c50d3a1d94c807604d6c21355993dfb95c85.tar.gz linhes_pkgbuild-fff4c50d3a1d94c807604d6c21355993dfb95c85.tar.bz2 |
Merge branch 'testing'
Diffstat (limited to 'abs/core/rsyslog/rsyslog.conf.linhes')
-rw-r--r-- | abs/core/rsyslog/rsyslog.conf.linhes | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/abs/core/rsyslog/rsyslog.conf.linhes b/abs/core/rsyslog/rsyslog.conf.linhes index dc1317c..3f7723a 100644 --- a/abs/core/rsyslog/rsyslog.conf.linhes +++ b/abs/core/rsyslog/rsyslog.conf.linhes @@ -1,13 +1,12 @@ # if you experience problems, check # http://www.rsyslog.com/troubleshoot for assistance -# rsyslog v3: load input modules -# If you do not load inputs, nothing happens! -# You may need to set the module load path if modules are not found. - $ModLoad immark # provides --MARK-- message capability $ModLoad imuxsock # provides support for local system logging (e.g. via logger command) $ModLoad imklog # kernel logging (formerly provided by rklogd) +$ActionFileDefaultTemplate RSYSLOG_TraditionalFileFormat +$FileOwner root +$FileGroup root $FileCreateMode 0644 $DirCreateMode 0755 $SystemLogRateLimitInterval 2 @@ -27,9 +26,9 @@ $template DynMythExpress,"/var/log/%$YEAR%-%$MONTH%-%$DAY%/%HOSTNAME%_mythexpres if $programname contains 'lighttpd' then ?DynLighttpd -& ~ +& stop if $programname startswith 'mythexpress' then ?DynMythExpress -& ~ +& stop # Log anything (except mail) of level info or higher. # Don't log private authentication messages! @@ -50,7 +49,7 @@ mail.* ?DynMail cron.* ?DynCron # Everybody gets emergency messages -*.emerg * +*.emerg :omusrmsg:* # Save news errors of level crit and higher in a special file. #uucp,news.crit -/var/log/spooler @@ -91,4 +90,3 @@ $IncludeConfig /etc/rsyslog.d/*.conf #$ModLoad ommysql # load MySQL functionality #*.* :ommysql:vmbe,Syslog,syslog,passwd - |