mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-21 20:09:37 +00:00
fix(@desktop/general): runtime log level control doesn't work
Fixes: #12919
This commit is contained in:
parent
c5d1d5b77d
commit
a18a94f5a9
2
Makefile
2
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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user