Set logLevel after loading config

This commit is contained in:
rejas
2020-07-04 22:02:39 +02:00
parent 3282ed4fea
commit 9f5e1b59fb
3 changed files with 14 additions and 7 deletions

View File

@@ -202,6 +202,8 @@ var App = function () {
loadConfig(function (c) {
config = c;
Log.setLogLevel(config.logLevel);
var modules = [];
for (var m in config.modules) {