]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
[Config] Further improvements to the logging configuration
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 17 Nov 2016 17:33:47 +0000 (17:33 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 17 Nov 2016 17:33:47 +0000 (17:33 +0000)
conf/logging.inc

index 24bb9697299d4f064bade8e628f2657f6ab1e7af..61c9461a389c8b653807092d4e6547a9fcd69cb5 100644 (file)
@@ -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 = []