aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2016-02-04 16:56:05 +0100
committerKim Alvefur <zash@zash.se>2016-02-04 16:56:05 +0100
commit40ce08301d6df9fd9662941fa455934bfc90f4ae (patch)
treeeb672e7b68656630463b94747b8f6445751b5a34 /core
parente5b1487eeb3f604dc1ea54a83d62e6f81f61b2c1 (diff)
downloadprosody-40ce08301d6df9fd9662941fa455934bfc90f4ae.tar.gz
prosody-40ce08301d6df9fd9662941fa455934bfc90f4ae.zip
loggingmanager: Don't reset default timestamp that is not changed by any other code
Diffstat (limited to 'core')
-rw-r--r--core/loggingmanager.lua1
1 files changed, 0 insertions, 1 deletions
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;