From 004b9f3211a32b3a3a805ddcc98860def3df1a2f Mon Sep 17 00:00:00 2001 From: Fenris Wolf Date: Thu, 23 Oct 2025 21:58:51 +0200 Subject: [PATCH] [fix] logging:threshold --- source/main.ts | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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