Software /
code /
prosody
Diff
core/loggingmanager.lua @ 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 |
parent | 7125:631c47a65519 |
child | 7133:ac142f5209d9 |
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;