From fc2a0d90fc4ba980aa5ca66bc2b3eef5d762df33 Mon Sep 17 00:00:00 2001
From: Kim Alvefur <zash@zash.se>
Date: Thu, 4 Feb 2016 16:56:05 +0100
Subject: loggingmanager: Don't reset default timestamp that is not changed by
 any other code

---
 core/loggingmanager.lua | 1 -
 1 file changed, 1 deletion(-)

(limited to 'core')

diff --git a/core/loggingmanager.lua b/core/loggingmanager.lua
index 259c2c44..8b68c26f 100644
--- a/core/loggingmanager.lua
+++ b/core/loggingmanager.lua
@@ -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;
 
-- 
cgit v1.2.3