Changeset

7132:3868d231c2c5

loggingmanager: Don't reset default timestamp that is not changed by any other code
author Kim Alvefur <zash@zash.se>
date Thu, 04 Feb 2016 16:56:05 +0100
parents 7131:ea3eea291321
children 7133:ac142f5209d9
files core/loggingmanager.lua
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/core/loggingmanager.lua	Thu Feb 04 16:40:32 2016 +0100
+++ b/core/loggingmanager.lua	Thu Feb 04 16:56:05 2016 +0100
@@ -154,7 +154,6 @@
 	default_file_logging = {
 		{ to = "file", levels = { min = (debug_mode and "debug") or "info" }, timestamps = true }
 	};
-	default_timestamp = "%b %d %H:%M:%S";
 
 	logging_config = config.get("*", "log") or default_logging;