From a7d90d4e8036c9f52d10124075844ec4ff2430e3 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Thu, 17 Nov 2016 17:33:47 +0000 Subject: [PATCH] [Config] Further improvements to the logging configuration --- conf/logging.inc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/conf/logging.inc b/conf/logging.inc index 24bb96972..61c9461a3 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 = [] -- 2.39.5