loggingmanager: Don't reset default timestamp that is not changed by any other code
authorKim Alvefur <zash@zash.se>
Thu, 4 Feb 2016 15:56:05 +0000 (16:56 +0100)
committerKim Alvefur <zash@zash.se>
Thu, 4 Feb 2016 15:56:05 +0000 (16:56 +0100)
core/loggingmanager.lua

index 259c2c4411eca9bf71aed8355dec730f7498a856..8b68c26f09cc1d1af320ae03086bb1ce4bb3a717 100644 (file)
@@ -154,7 +154,6 @@ local function reload_logging()
        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;