more user friendly default log-level (#1777)

This commit is contained in:
Mamy Ratsimbazafy 2020-09-29 17:55:58 +02:00 committed by GitHub
parent a1a8da82b4
commit 9f104d4344
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ SHELL := bash # the shell used internally by "make"
BUILD_SYSTEM_DIR := vendor/nimbus-build-system
# 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
-include $(BUILD_SYSTEM_DIR)/makefiles/variables.mk