From a18a94f5a952a9cdebb79adba83bb815c682d02f Mon Sep 17 00:00:00 2001 From: Sale Djenic Date: Mon, 4 Dec 2023 11:11:03 +0100 Subject: [PATCH] fix(@desktop/general): runtime log level control doesn't work Fixes: #12919 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f4acd010d7..84cfac4a9e 100644 --- a/Makefile +++ b/Makefile @@ -510,7 +510,7 @@ ifeq ($(shell test $(KDF_ITERATIONS) -gt 0; echo $$?),0) NIM_PARAMS += -d:KDF_ITERATIONS:"$(KDF_ITERATIONS)" endif -NIM_PARAMS += -d:chronicles_sinks=textlines[stdout],textlines[nocolors,dynamic],textlines[file,nocolors] -d:chronicles_runtime_filtering=on -d:chronicles_default_output_device=dynamic +NIM_PARAMS += -d:chronicles_sinks=textlines[stdout],textlines[nocolors,dynamic],textlines[file,nocolors] -d:chronicles_runtime_filtering=on -d:chronicles_default_output_device=dynamic -d:chronicles_log_level=trace RESOURCES_LAYOUT ?= -d:development