diff options
author | Britney Fransen <brfransen@gmail.com> | 2023-02-19 02:55:42 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2023-02-19 02:55:42 (GMT) |
commit | 2bef3452f5e11a3eec4019a01c6f4b554bbe8cf5 (patch) | |
tree | 150d4589690bead14263ab63ca48f2401e5aedc2 /linhes/rsyslog/rsyslog.conf | |
parent | b8d7d3a420dedbed240618d86bdedd8d028141c6 (diff) | |
download | linhes_pkgbuild-2bef3452f5e11a3eec4019a01c6f4b554bbe8cf5.zip linhes_pkgbuild-2bef3452f5e11a3eec4019a01c6f4b554bbe8cf5.tar.gz linhes_pkgbuild-2bef3452f5e11a3eec4019a01c6f4b554bbe8cf5.tar.bz2 |
rsyslog: rsyslog.conf: add rule for lh_ programs
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! |