mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-02-18 01:16:46 +00:00
remove BUILD_LOG_LEVEL
This commit is contained in:
parent
b8da265f89
commit
ecc70c6405
10
Makefile
10
Makefile
@ -10,11 +10,12 @@ SHELL := bash # the shell used internally by "make"
|
|||||||
# used inside the included makefiles
|
# used inside the included makefiles
|
||||||
BUILD_SYSTEM_DIR := vendor/nimbus-build-system
|
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
|
# we don't want an error here, so we can handle things later, in the ".DEFAULT" target
|
||||||
-include $(BUILD_SYSTEM_DIR)/makefiles/variables.mk
|
-include $(BUILD_SYSTEM_DIR)/makefiles/variables.mk
|
||||||
|
|
||||||
BUILD_LOG_LEVEL := TRACE
|
|
||||||
LOG_LEVEL := DEBUG
|
|
||||||
NODE_ID := 0
|
NODE_ID := 0
|
||||||
BASE_PORT := 9000
|
BASE_PORT := 9000
|
||||||
BASE_RPC_PORT := 9190
|
BASE_RPC_PORT := 9190
|
||||||
@ -102,14 +103,13 @@ ifeq ($(OS), Windows_NT)
|
|||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
CHRONICLES_PARAMS := -d:chronicles_log_level=$(BUILD_LOG_LEVEL)
|
|
||||||
DEPOSITS_DELAY := 0
|
DEPOSITS_DELAY := 0
|
||||||
|
|
||||||
# "--define:release" implies "--stacktrace:off" and it cannot be added to config.nims
|
# "--define:release" implies "--stacktrace:off" and it cannot be added to config.nims
|
||||||
ifeq ($(USE_LIBBACKTRACE), 0)
|
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
|
else
|
||||||
NIM_PARAMS := $(NIM_PARAMS) $(CHRONICLES_PARAMS) -d:release
|
NIM_PARAMS := $(NIM_PARAMS) -d:release
|
||||||
endif
|
endif
|
||||||
|
|
||||||
deps: | deps-common nat-libs beacon_chain.nims
|
deps: | deps-common nat-libs beacon_chain.nims
|
||||||
|
2
vendor/nimbus-build-system
vendored
2
vendor/nimbus-build-system
vendored
@ -1 +1 @@
|
|||||||
Subproject commit 1cb2e74aa4866532b72da6b5c63d2d9471607294
|
Subproject commit e104d62e4de22c68af9e000c2935f38f9d5f4e66
|
Loading…
x
Reference in New Issue
Block a user