aboutsummaryrefslogtreecommitdiffstats
path: root/conf/logging.inc
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2018-10-16 12:28:42 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2018-10-16 12:28:42 +0100
commit8167af6e6515eda26296fcaaf8a742bbf468348b (patch)
tree1309ad8875064a67d731a4b676684849fdfdb6cd /conf/logging.inc
parent09db5880e68d6cb38e4db03f43c3f744646f5411 (diff)
downloadrspamd-8167af6e6515eda26296fcaaf8a742bbf468348b.tar.gz
rspamd-8167af6e6515eda26296fcaaf8a742bbf468348b.zip
[Minor] Add log_usec option to the default config as an example
Diffstat (limited to 'conf/logging.inc')
-rw-r--r--conf/logging.inc5
1 files changed, 4 insertions, 1 deletions
diff --git a/conf/logging.inc b/conf/logging.inc
index 6d0589418..2511d968f 100644
--- a/conf/logging.inc
+++ b/conf/logging.inc
@@ -13,7 +13,10 @@ EOD
log_re_cache = true;
# Can be used for console logging
-color = false
+color = false;
+
+# Log with microseconds resolution
+log_usec = false;
# Enable debug for specific modules (e.g. `debug_modules = ["dkim", "re_cache"];`)
debug_modules = []