prosodyctl: Force log output always to the console instead of using the config, which...
authorMatthew Wild <mwild1@gmail.com>
Thu, 8 Jul 2010 22:56:53 +0000 (23:56 +0100)
committerMatthew Wild <mwild1@gmail.com>
Thu, 8 Jul 2010 22:56:53 +0000 (23:56 +0100)
prosodyctl

index 94c485e8f30b714b5d6ebb2b9f3b295d68483933..b2cb43f4861d761e10fcd9895e1b144331fcff9c 100755 (executable)
@@ -65,6 +65,8 @@ do
        end
 end
 
+config.set("*", "core", "log", { { levels = { min="info" }, to = "console" } });
+
 require "core.loggingmanager"
 
 if not require "util.dependencies".check_dependencies() then