fix(@desktop/general): runtime log level control doesn't work

Fixes: #12919
This commit is contained in:
Sale Djenic 2023-12-04 11:11:03 +01:00 committed by saledjenic
parent c5d1d5b77d
commit a18a94f5a9
1 changed files with 1 additions and 1 deletions

View File

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