]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Add log_usec option to the default config as an example
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Tue, 16 Oct 2018 11:28:42 +0000 (12:28 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Tue, 16 Oct 2018 11:28:42 +0000 (12:28 +0100)
conf/logging.inc

index 6d0589418fcdfff3d158bb20e3494e5a17ef7d28..2511d968f9829f30424f4322c2c426841c23f8fc 100644 (file)
@@ -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 = []