Revert "Allow specifying the BUILD_LOG_LEVEL separately"
This reverts commit 8de1f8036c
.
This commit is contained in:
parent
8de1f8036c
commit
8d7080227b
|
@ -26,9 +26,7 @@ ifeq ($(V), 0)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Chronicles log level
|
# Chronicles log level
|
||||||
ifdef BUILD_LOG_LEVEL
|
ifdef 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)"
|
NIM_PARAMS := $(NIM_PARAMS) -d:chronicles_log_level="$(LOG_LEVEL)"
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue