From: Vsevolod Stakhov Date: Tue, 16 Oct 2018 11:28:42 +0000 (+0100) Subject: [Minor] Add log_usec option to the default config as an example X-Git-Tag: 1.8.1~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8167af6e6515eda26296fcaaf8a742bbf468348b;p=thirdparty%2Frspamd.git [Minor] Add log_usec option to the default config as an example --- diff --git a/conf/logging.inc b/conf/logging.inc index 6d0589418f..2511d968f9 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 = []