This commit is contained in:
2021-11-01 22:21:08 +01:00
parent 1930963d50
commit 6c79bf7fee
2 changed files with 6 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
menu "ESP Config lib settings"
choice LOG_LOCAL_LEVEL_CONFIG
bool "go-e CONFIG log verbosity"
bool "CONFIG log verbosity"
default LOG_LOCAL_LEVEL_CONFIG_INFO
help
Specify how much output to compile into the binary.
@@ -9,7 +9,7 @@ choice LOG_LOCAL_LEVEL_CONFIG
esp_log_level_set function.
Note that this setting limits which log statements
are compiled into the program in go-e sources. So
are compiled into the program in sources. So
setting this to, say, "Warning" would mean that
changing log level to "Debug" at runtime will not
be possible.