aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2016-11-17 17:33:47 +0000
committerVsevolod Stakhov <vsevolod@highsecure.ru>2016-11-17 17:33:47 +0000
commita7d90d4e8036c9f52d10124075844ec4ff2430e3 (patch)
tree0e6085fdac0104d53e1956829722daa875cedf9f /conf
parentaae6b4505ce05c502f268710d522b088f2ef77dd (diff)
downloadrspamd-a7d90d4e8036c9f52d10124075844ec4ff2430e3.tar.gz
rspamd-a7d90d4e8036c9f52d10124075844ec4ff2430e3.zip
[Config] Further improvements to the logging configuration
Diffstat (limited to 'conf')
-rw-r--r--conf/logging.inc9
1 files changed, 9 insertions, 0 deletions
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 = []