HA Log Spammed after upgrade

Been using HA for several months but ran into many issues this week when upgrading to v2021.12.1

Among them my log is spammed full of the below message which I have no idea how to resolve. Very much hoping that someone can point me in the right direction.

2021-12-15 13:44:58 INFO (MainThread) [charset_normalizer] ascii passed initial chaos probing. Mean measured chaos is 0.000000 %
2021-12-15 13:44:58 INFO (MainThread) [charset_normalizer] ascii should target any language(s) of ['Latin Based']
2021-12-15 13:44:58 INFO (MainThread) [charset_normalizer] We detected language [('English', 1.0), ('Indonesian', 1.0), ('Simple English', 1.0)] using ascii
2021-12-15 13:44:58 INFO (MainThread) [charset_normalizer] ascii is most likely the one. Stopping the process.
2021-12-15 13:45:05 INFO (MainThread) [charset_normalizer] ascii passed initial chaos probing. Mean measured chaos is 0.000000 %
2021-12-15 13:45:05 INFO (MainThread) [charset_normalizer] ascii should target any language(s) of ['Latin Based']
2021-12-15 13:45:05 INFO (MainThread) [charset_normalizer] We detected language [('English', 1.0), ('Indonesian', 1.0), ('Simple English', 1.0)] using ascii
2021-12-15 13:45:05 INFO (MainThread) [charset_normalizer] ascii is most likely the one. Stopping the process.
2021-12-15 13:45:12 INFO (MainThread) [charset_normalizer] ascii passed initial chaos probing. Mean measured chaos is 0.000000 %
2021-12-15 13:45:12 INFO (MainThread) [charset_normalizer] ascii should target any language(s) of ['Latin Based']
2021-12-15 13:45:12 INFO (MainThread) [charset_normalizer] We detected language [('English', 1.0), ('Indonesian', 1.0), ('Simple English', 1.0)] using ascii
2021-12-15 13:45:12 INFO (MainThread) [charset_normalizer] ascii is most likely the one. Stopping the process.
4 Likes

same here even after v2021.12.2

1 Like

Same here!

2 Likes

Same issue

1 Like

same issue :cry:

1 Like

put:

logger:
  default: info
  logs:
    charset_normalizer: warning

to your configuration.yaml

and your log is cleaner …

NOT SURE if it has sides effects due to the fact that the charset_normalizer is used in more circumstances. Could also hide some INFO messages you may usually want to get.

there is also a bug issue here: override steps (5) and chunk_size (512) as content does not fit · Issue #60615 · home-assistant/core · GitHub

1 Like