From 8167af6e6515eda26296fcaaf8a742bbf468348b Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Tue, 16 Oct 2018 12:28:42 +0100 Subject: [Minor] Add log_usec option to the default config as an example --- conf/logging.inc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'conf/logging.inc') 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 = [] -- cgit v1.2.3