prosodyctl: Force log output always to the console instead of using the config, which avoids creating log files as the wrong user

This commit is contained in:
Matthew Wild 2010-07-08 23:56:53 +01:00
parent 8db4e7e0b2
commit 9dfb2ebfb4

View file

@ -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