core/loggingmanager.lua
changeset 8558 4f0f5b49bb03
parent 8358 45383e071ded
child 8696 6e24a69b03af
--- a/core/loggingmanager.lua	Wed Feb 28 18:12:20 2018 +0100
+++ b/core/loggingmanager.lua	Wed Feb 28 20:06:26 2018 +0100
@@ -24,6 +24,7 @@
 prosody.log = logger.init("general");
 
 local _ENV = nil;
+-- luacheck: std none
 
 -- The log config used if none specified in the config file (see reload_logging for initialization)
 local default_logging;