mod_muc: The default room name is the room node
[prosody.git] / core / loggingmanager.lua
index 36f83861ff89c04aef73b057a0ebdf48e3db4f3c..298e4c45f849c84bb5efc6aea67b72bd532217fe 100644 (file)
@@ -13,6 +13,8 @@ local config = require "core.configmanager";
 
 local logger = require "util.logger";
 
+_G.log = logger.init("general");
+
 module "loggingmanager"
 
 -- The log config used if none specified in the config file