more user friendly default log-level (#1777)
This commit is contained in:
parent
a1a8da82b4
commit
9f104d4344
2
Makefile
2
Makefile
|
@ -11,7 +11,7 @@ SHELL := bash # the shell used internally by "make"
|
||||||
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"
|
# we set its default value before LOG_LEVEL is used in "variables.mk"
|
||||||
LOG_LEVEL := DEBUG
|
LOG_LEVEL := INFO
|
||||||
|
|
||||||
# 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
|
||||||
|
|
Loading…
Reference in New Issue