log core/loggingmanager.lua @ 14229:ce31fdde0ad1 default tip

age author description
Sat, 16 Nov 2024 14:35:36 +0100 Kim Alvefur core.loggingmanager: Bump expected util.pposix version
Fri, 17 Mar 2023 16:23:07 +0100 Kim Alvefur core: Prefix module imports with prosody namespace
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)