Skip to content

Commit

Permalink
Update log_config.yaml (#315)
Browse files Browse the repository at this point in the history
Remove `stream` settings from logging settings.

In the course of DurgNomis-drol/ha_toyota#218 (reply in thread) 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.
  • Loading branch information
CM000n committed Jan 23, 2024
1 parent cea29b0 commit 43c8189
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mytoyota/utils/logging/log_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ handlers:
stream:
class: "logging.StreamHandler"
formatter: "simple"
stream: sys.stdout
filters:
- "logfilter"

Expand Down

0 comments on commit 43c8189

Please sign in to comment.