From 0d99511c27e7af7698fb4a488573bfbc25b13b3b Mon Sep 17 00:00:00 2001 From: Maurice Makaay Date: Sun, 17 Oct 2021 00:13:28 +0200 Subject: [PATCH] Add logger to behavior_default.yaml --- packages/core.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) 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 # ----------------------------------------------------------------------