Software /
code /
prosody
Log
util/startup.lua @ 8728:41c959c5c84b
description | author | age |
---|---|---|
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 |
util.startup: Access the hosts table via the prosody global for consistency | Kim Alvefur | Thu, 29 Mar 2018 16:38:35 +0200 |
util.startup: Use own logger instead of the possibly not available yet _G.log | Kim Alvefur | Thu, 05 Apr 2018 16:01:10 +0200 |
util.startup: Remove luacheck directive for ignoring use of _G.log which might not exist until loggingmanager has been loaded | Kim Alvefur | Thu, 05 Apr 2018 16:00:27 +0200 |