From f92b20c9ad5e0a3bee59bc773710b43040dfac26 Mon Sep 17 00:00:00 2001 From: andryyy Date: Sat, 27 Oct 2018 13:55:55 +0200 Subject: [PATCH] [Rspamd] Change log level to silent (see docs) --- data/conf/rspamd/override.d/logging.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/data/conf/rspamd/override.d/logging.inc b/data/conf/rspamd/override.d/logging.inc index 23a9f3cf..7765bb34 100644 --- a/data/conf/rspamd/override.d/logging.inc +++ b/data/conf/rspamd/override.d/logging.inc @@ -1,4 +1,5 @@ type = "console"; systemd = false; +level = "silent"; .include "$CONFDIR/logging.inc" .include(try=true; priority=20) "$CONFDIR/override.d/logging.custom.inc"