diff options
Diffstat (limited to 'logwatch-systemd/messages.conf')
-rw-r--r-- | logwatch-systemd/messages.conf | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/logwatch-systemd/messages.conf b/logwatch-systemd/messages.conf new file mode 100644 index 00000000..c74f6063 --- /dev/null +++ b/logwatch-systemd/messages.conf @@ -0,0 +1,13 @@ +Archive = +LogFile = +LogFile = emptylog + +# Facilities from /usr/include/sys/syslog.h +# default syslog directive for messages is: *.info;mail.none;authpriv.none;cron.none +# list all facilities except mail, authpriv and cron +*JournalCtl = "-q --no-pager -o short -p info SYSLOG_FACILITY=0 SYSLOG_FACILITY=1 SYSLOG_FACILITY=3 SYSLOG_FACILITY=4 SYSLOG_FACILITY=5 SYSLOG_FACILITY=6 SYSLOG_FACILITY=7 SYSLOG_FACILITY=8 SYSLOG_FACILITY=11 SYSLOG_FACILITY=16 SYSLOG_FACILITY=17 SYSLOG_FACILITY=18 SYSLOG_FACILITY=19 SYSLOG_FACILITY=20 SYSLOG_FACILITY=21 SYSLOG_FACILITY=22 SYSLOG_FACILITY=23" + +# copied from existing message.conf under default.conf/logfiles directory +*ExpandRepeats +*RemoveService = talkd,telnetd,inetd,nfsd,/sbin/mingetty,netscreen,NetScreen +*ApplyStdDate = "%b %d %H:%M:%S " |