diff options
Diffstat (limited to 'linhes/rsyslog/rsyslog.conf')
-rw-r--r-- | linhes/rsyslog/rsyslog.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linhes/rsyslog/rsyslog.conf b/linhes/rsyslog/rsyslog.conf index feb9621..045a82f 100644 --- a/linhes/rsyslog/rsyslog.conf +++ b/linhes/rsyslog/rsyslog.conf @@ -28,6 +28,8 @@ $template DynLighttpd,"/var/log/%$YEAR%-%$MONTH%-%$DAY%/%HOSTNAME%_lighttpd.log" if $programname contains 'lighttpd' then ?DynLighttpd & stop +if $programname startswith 'lh_' then ?DynFile +& stop # Log anything (except mail) of level info or higher. # Don't log private authentication messages! |