core/loggingmanager.lua
changeset 7952 8acc35b5355a
parent 7166 eadbf19d0de0
child 8229 3463d82276de
--- a/core/loggingmanager.lua	Sat Mar 04 20:06:29 2017 +0100
+++ b/core/loggingmanager.lua	Sat Mar 04 20:09:28 2017 +0100
@@ -5,7 +5,7 @@
 -- This project is MIT/X11 licensed. Please see the
 -- COPYING file in the source package for more information.
 --
-
+-- luacheck: globals log prosody.log
 
 local format = string.format;
 local setmetatable, rawset, pairs, ipairs, type =