Skip to content

Commit 5f924c0

Browse files
committed
Bump modules; Compile with DEBUG logs by default
1 parent ff94e1a commit 5f924c0

File tree

6 files changed

+7
-6
lines changed

6 files changed

+7
-6
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ SHELL := bash # the shell used internally by "make"
1111
BUILD_SYSTEM_DIR := vendor/nimbus-build-system
1212

1313
# we set its default value before LOG_LEVEL is used in "variables.mk"
14+
BUILD_LOG_LEVEL := DEBUG
1415
LOG_LEVEL := INFO
1516

1617
LINK_PCRE := 0
@@ -435,7 +436,7 @@ pyrmont-vc: | pyrmont-build nimbus_validator_client
435436

436437
ifneq ($(LOG_LEVEL), TRACE)
437438
pyrmont-dev:
438-
+ "$(MAKE)" LOG_LEVEL=TRACE $@
439+
+ "$(MAKE)" BUILD_LOG_LEVEL=TRACE LOG_LEVEL=TRACE $@
439440
else
440441
pyrmont-dev: | pyrmont-build
441442
$(call CONNECT_TO_NETWORK_IN_DEV_MODE,pyrmont,nimbus_beacon_node)

0 commit comments

Comments
 (0)