Software /
code /
prosody
Diff
util/startup.lua @ 8712:e9caf447deed
util.startup: Remove luacheck directive for ignoring use of _G.log which might not exist until loggingmanager has been loaded
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 05 Apr 2018 16:00:27 +0200 |
parent | 8699:580c13ed0ca1 |
child | 8713:48bd442f6d4d |
line wrap: on
line diff
--- a/util/startup.lua Thu Apr 05 15:58:08 2018 +0200 +++ b/util/startup.lua Thu Apr 05 16:00:27 2018 +0200 @@ -80,9 +80,6 @@ server = require "net.server" end --- The global log() gets defined by loggingmanager --- luacheck: ignore 113/log - function startup.init_logging() -- Initialize logging require "core.loggingmanager"