Log

util/startup.lua @ 9449:94033a2529b9

description author age
util.startup: Set flag when config fully loaded Matthew Wild 2018-08-19
util.startup: Add a comment marking some compat code Kim Alvefur 2018-07-01
Merge 0.10->trunk Matthew Wild 2018-06-07
util.startup: Don't initialize global protection for prosodyctl, for now Matthew Wild 2018-04-18
util.startup: Force console logging before initializing logging (see 2fdeb979cc7c) Kim Alvefur 2018-04-14
util.startup: Initialize logging immediately after configuration is read (which is how it used to work) Matthew Wild 2018-04-10
util.startup/prosodyctl: Delay enabling global protection until last (silences warning about CFG_PLUGINDIR) Kim Alvefur 2018-04-06
util.startup: Fix traceback due to both plugin path becoming nil if plugin_paths is unset Kim Alvefur 2018-04-06
Fix spelling throughout the codebase [codespell] Kim Alvefur 2018-02-04
util.startup: Set up event hooks for reloading logging here instead of in loggingmanager to simplify startup dependencies Kim Alvefur 2018-04-05
util.startup: Initialize prosody.log / _G.log here instead of in loggingmanager to reduce dependencies Kim Alvefur 2018-04-05
util.startup: Initialize logging earlier, so that messages from eg net.server are shown Kim Alvefur 2018-04-05
util.startup: Access the hosts table via the prosody global for consistency Kim Alvefur 2018-03-29
util.startup: Use own logger instead of the possibly not available yet _G.log Kim Alvefur 2018-04-05
util.startup: Remove luacheck directive for ignoring use of _G.log which might not exist until loggingmanager has been loaded Kim Alvefur 2018-04-05