From 43c818961fa954f33ef2bb882c899f284cad4158 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20H=C3=B6rrle?= <7945681+CM000n@users.noreply.github.com> Date: Tue, 23 Jan 2024 23:30:41 +0100 Subject: [PATCH] Update log_config.yaml (#315) Remove `stream` settings from logging settings. In the course of https://github.com/DurgNomis-drol/ha_toyota/discussions/218#discussioncomment-8225268 I had another look at the `log_config.yaml` and realised that the `stream` setting has no effect. Even if it does not produce a direct error, it is always logged in the stderr regardless of the stream setting. --- mytoyota/utils/logging/log_config.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/mytoyota/utils/logging/log_config.yaml b/mytoyota/utils/logging/log_config.yaml index 32010d11..566e5939 100644 --- a/mytoyota/utils/logging/log_config.yaml +++ b/mytoyota/utils/logging/log_config.yaml @@ -10,7 +10,6 @@ handlers: stream: class: "logging.StreamHandler" formatter: "simple" - stream: sys.stdout filters: - "logfilter"