Software /
code /
prosody
Log
util/startup.lua @ 8748:2fdeb979cc7c
description | author | age |
---|---|---|
util.startup: Initialize logging immediately after configuration is read (which is how it used to work) | Matthew Wild | Tue, 10 Apr 2018 20:39:05 +0100 |
util.startup/prosodyctl: Delay enabling global protection until last (silences warning about CFG_PLUGINDIR) | Kim Alvefur | Fri, 06 Apr 2018 16:55:17 +0200 |
util.startup: Fix traceback due to both plugin path becoming nil if plugin_paths is unset | Kim Alvefur | Fri, 06 Apr 2018 16:50:51 +0200 |
Fix spelling throughout the codebase [codespell] | Kim Alvefur | Sun, 04 Feb 2018 01:51:25 +0100 |
util.startup: Set up event hooks for reloading logging here instead of in loggingmanager to simplify startup dependencies | Kim Alvefur | Thu, 05 Apr 2018 17:53:51 +0200 |
util.startup: Initialize prosody.log / _G.log here instead of in loggingmanager to reduce dependencies | Kim Alvefur | Thu, 05 Apr 2018 17:52:37 +0200 |
util.startup: Initialize logging earlier, so that messages from eg net.server are shown | Kim Alvefur | Thu, 05 Apr 2018 17:41:00 +0200 |