core/loggingmanager.lua
Wed, 02 Feb 2022 18:36:08 +0100 Kim Alvefur core.loggingmanager: Add FIXME about supporting console logging to stderr
Sun, 04 Jul 2021 15:11:53 +0200 Kim Alvefur core.loggingmanager: Disable pretty printing when not connected to a tty
Tue, 29 Jun 2021 16:07:57 +0200 Kim Alvefur core.loggingmanager: Pretty-print logged XML snippets in console
Tue, 29 Jun 2021 16:05:35 +0200 Kim Alvefur core.loggingmanager: Support passing log messages trough a filter
Tue, 26 Mar 2019 14:48:21 +0000 Matthew Wild loggingmanager, mod_posix: Move syslog to core, fixes #541 (in a way)
Tue, 26 Mar 2019 13:51:06 +0000 Matthew Wild Backed out changeset 3eea63a68e0f
Sat, 23 Mar 2019 08:52:57 +0000 Matthew Wild util.queue: Update :items() to consistently use private data directly
Tue, 10 Apr 2018 22:43:13 +0200 Kim Alvefur loggingmanager: Remove luacheck annotations for global log functions that are now set in util.startup
Thu, 05 Apr 2018 17:53:51 +0200 Kim Alvefur util.startup: Set up event hooks for reloading logging here instead of in loggingmanager to simplify startup dependencies
Thu, 05 Apr 2018 17:52:37 +0200 Kim Alvefur util.startup: Initialize prosody.log / _G.log here instead of in loggingmanager to reduce dependencies
Sun, 25 Mar 2018 17:02:39 +0200 Kim Alvefur loggingmanager: Hook event for reopening log files instead of config reloaded
Wed, 28 Feb 2018 20:06:26 +0100 Kim Alvefur vairious: Add annotation when an empty environment is set [luacheck]
Thu, 26 Oct 2017 22:30:52 +0200 Kim Alvefur loggingmanager: Make timestamps enabled by default in file sink (fixes #1004)
Mon, 11 Sep 2017 19:32:51 +0200 Kim Alvefur core.loggingmanager: Remove now unused locals [luacheck]
Mon, 11 Sep 2017 19:32:12 +0200 Kim Alvefur loggingmanager, mod_posix: Import util.format correctly (fixes #985)
Sun, 10 Sep 2017 13:13:24 -0400 Waqas Hussain loggingmanager: Slight cleanup and optimization of file sink
Sun, 10 Sep 2017 13:05:45 -0400 Waqas Hussain loggingmanager, mod_posix: Replace the old inconsistent log formatting with the new util.format
Sat, 04 Mar 2017 20:09:28 +0100 Kim Alvefur core: Allow select core modules to mutate some globals (needs luacheck 1.19)
Thu, 18 Feb 2016 14:57:51 +0100 Kim Alvefur loggingmanager,modulemanager,moduleapi: Ignore warning about accessing _G.unpack [luacheck]
Thu, 18 Feb 2016 13:21:12 +0000 Matthew Wild loggingmanager: Import select() to fix global access
Thu, 04 Feb 2016 20:45:37 +0100 Kim Alvefur loggingmanager: Stringify all arguments to format so we can finally see the *real* error messages
Thu, 04 Feb 2016 18:40:24 +0100 Kim Alvefur loggingmanager: Remove Windows hack, buffer_mode should fix this
Thu, 04 Feb 2016 17:57:12 +0100 Kim Alvefur loggingmanager: Write out timestamps in same write() call as everything else
Thu, 04 Feb 2016 17:51:39 +0100 Kim Alvefur loggingmanager: Make initial value for width of log name configurable
Thu, 04 Feb 2016 17:49:09 +0100 Kim Alvefur loggingmanager: Move logic for adaptive column width into file sink, append tab if disabled (fixes separation between name and level in plain file sinks)
Thu, 04 Feb 2016 17:33:16 +0100 Kim Alvefur loggingmanager: Refactor the console log sink to re-use the stdout sink which in turn uses the file sink (tailcalls!)
Thu, 04 Feb 2016 17:03:04 +0100 Kim Alvefur loggingmanager: Write out color code, log level and reset code in one call
Thu, 04 Feb 2016 16:56:05 +0100 Kim Alvefur loggingmanager: Don't reset default timestamp that is not changed by any other code
Thu, 04 Feb 2016 14:56:49 +0000 Matthew Wild loggingmanager: Call setvbuf on output files, defaulting to line-buffered, instead of manually calling flush(). Adds 'buffer_mode' option to sink configuration for stdout, console and file sinks.
Fri, 11 Dec 2015 14:00:42 +0000 Matthew Wild loggingmanager: Add prosody.log (intended to be used instead of _G.log now)
less more (0) -50 -30 tip