remove BUILD_LOG_LEVEL

This commit is contained in:
Ștefan Talpalaru 2020-08-27 13:29:23 +02:00 committed by zah
parent b8da265f89
commit ecc70c6405
2 changed files with 6 additions and 6 deletions

View File

@ -10,11 +10,12 @@ SHELL := bash # the shell used internally by "make"
# used inside the included makefiles
BUILD_SYSTEM_DIR := vendor/nimbus-build-system
# we set its default value before LOG_LEVEL is used in "variables.mk"
LOG_LEVEL := DEBUG
# we don't want an error here, so we can handle things later, in the ".DEFAULT" target
-include $(BUILD_SYSTEM_DIR)/makefiles/variables.mk
BUILD_LOG_LEVEL := TRACE
LOG_LEVEL := DEBUG
NODE_ID := 0
BASE_PORT := 9000
BASE_RPC_PORT := 9190
@ -102,14 +103,13 @@ ifeq ($(OS), Windows_NT)
endif
endif
CHRONICLES_PARAMS := -d:chronicles_log_level=$(BUILD_LOG_LEVEL)
DEPOSITS_DELAY := 0
# "--define:release" implies "--stacktrace:off" and it cannot be added to config.nims
ifeq ($(USE_LIBBACKTRACE), 0)
NIM_PARAMS := $(NIM_PARAMS) $(CHRONICLES_PARAMS) -d:debug -d:disable_libbacktrace
NIM_PARAMS := $(NIM_PARAMS) -d:debug -d:disable_libbacktrace
else
NIM_PARAMS := $(NIM_PARAMS) $(CHRONICLES_PARAMS) -d:release
NIM_PARAMS := $(NIM_PARAMS) -d:release
endif
deps: | deps-common nat-libs beacon_chain.nims

@ -1 +1 @@
Subproject commit 1cb2e74aa4866532b72da6b5c63d2d9471607294
Subproject commit e104d62e4de22c68af9e000c2935f38f9d5f4e66