1
0
mirror of https://github.com/esphome/esphome.git synced 2025-11-17 07:15:48 +00:00

[esp32] Add IDF log_level option (#10134)

This commit is contained in:
Jonathan Swoboda
2025-08-10 13:27:08 -04:00
committed by GitHub
parent cef39e7c59
commit d5c9c10b3b
4 changed files with 23 additions and 5 deletions

View File

@@ -523,6 +523,7 @@ CONF_LOADED_INTEGRATIONS = "loaded_integrations"
CONF_LOCAL = "local"
CONF_LOCK_ACTION = "lock_action"
CONF_LOG = "log"
CONF_LOG_LEVEL = "log_level"
CONF_LOG_TOPIC = "log_topic"
CONF_LOGGER = "logger"
CONF_LOGS = "logs"