From ceb93e38fe12ed768f8f114e064b145bccacd62a Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Tue, 28 Jul 2009 15:03:42 +0100 Subject: core.loggingmanager: Enable timestamps by default for file log sinks --- core/loggingmanager.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/loggingmanager.lua') diff --git a/core/loggingmanager.lua b/core/loggingmanager.lua index 1d2f8d7d..d701511e 100644 --- a/core/loggingmanager.lua +++ b/core/loggingmanager.lua @@ -222,7 +222,7 @@ function log_sink_types.file(config) local timestamps = config.timestamps; - if timestamps == true then + if timestamps == nil or timestamps == true then timestamps = default_timestamp; -- Default format end -- cgit v1.2.3