diff --git a/packages/core.yaml b/packages/core.yaml index 7dd1d9a..ef0b30c 100644 --- a/packages/core.yaml +++ b/packages/core.yaml @@ -39,6 +39,14 @@ external_components: api: reboot_timeout: 0s +# The log level can be raised when needed for debugging the firmware. For +# production, a low log level is recommended. Mainly because high volume log +# output might interfere with the API/WiFi connection stability. So when +# raising the log level, beware that you might see dropped connections from +# Home Assistant and the network log viewer. +logger: + log_level: DEBUG + # ---------------------------------------------------------------------- # Hardware setup # ----------------------------------------------------------------------