add logwatch ignore.conf and ignore "dovecot: indexer-worker" output
of successfuly indexed messages
This commit is contained in:
parent
016d6b5255
commit
9ce40f635b
|
@ -273,6 +273,7 @@ EOF
|
||||||
# -----------------------------------------------
|
# -----------------------------------------------
|
||||||
|
|
||||||
COPY target/logwatch/maillog.conf /etc/logwatch/conf/logfiles/maillog.conf
|
COPY target/logwatch/maillog.conf /etc/logwatch/conf/logfiles/maillog.conf
|
||||||
|
COPY target/logwatch/ignore.conf /etc/logwatch/conf/ignore.conf
|
||||||
|
|
||||||
# -----------------------------------------------
|
# -----------------------------------------------
|
||||||
# --- Supervisord & Start -----------------------
|
# --- Supervisord & Start -----------------------
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
dovecot: indexer-worker\([^\)]+\).*Indexed
|
Loading…
Reference in New Issue