diff --git a/source/main.ts b/source/main.ts index f864248..41086e3 100644 --- a/source/main.ts +++ b/source/main.ts @@ -51,7 +51,17 @@ namespace _dali // init lib_plankton.log.set_main_logger( [ - {"kind": "console", "data": {"threshold": "info"}}, + { + "kind": "minlevel", + "data": { + "core": { + "kind": "console", + "data": { + } + }, + "threshold": "info" + } + }, ] ); // init:localization