mirror of
https://github.com/status-im/nimbus-build-system.git
synced 2025-02-20 16:18:18 +00:00
Allow specifying the BUILD_LOG_LEVEL separately
This commit is contained in:
parent
17aeb26a24
commit
8de1f8036c
@ -26,7 +26,9 @@ ifeq ($(V), 0)
|
||||
endif
|
||||
|
||||
# Chronicles log level
|
||||
ifdef LOG_LEVEL
|
||||
ifdef BUILD_LOG_LEVEL
|
||||
NIM_PARAMS := $(NIM_PARAMS) -d:chronicles_log_level="$(BUILD_LOG_LEVEL)"
|
||||
else ifdef LOG_LEVEL
|
||||
NIM_PARAMS := $(NIM_PARAMS) -d:chronicles_log_level="$(LOG_LEVEL)"
|
||||
endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user