From: Vsevolod Stakhov Date: Thu, 17 Nov 2016 17:33:47 +0000 (+0000) Subject: [Config] Further improvements to the logging configuration X-Git-Tag: 1.4.0~32 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a7d90d4e8036c9f52d10124075844ec4ff2430e3;p=thirdparty%2Frspamd.git [Config] Further improvements to the logging configuration --- diff --git a/conf/logging.inc b/conf/logging.inc index 24bb969729..61c9461a38 100644 --- a/conf/logging.inc +++ b/conf/logging.inc @@ -8,3 +8,12 @@ $if_user{ user: $,}$if_smtp_from{ from: <$>,} (default: $is_spam $time_virtual virtual, dns req: $dns_req, digest: <$digest> $if_smtp_rcpts{ rcpts: <$>, }$if_mime_rcpt{ mime_rcpt: <$>, } EOD + +# Show statistics for regular expressions +log_re_cache = true; + +# Can be used for console logging +color = false + +# Enable debug for specific modules (e.g. `debug_modules = ["dkim", "re_cache"];`) +debug_modules = []