Tasshack / dreame-vacuum

Home Assistant integration for Dreame robot vacuums with map support
https://community.home-assistant.io/t/custom-component-dreame-vacuum
MIT License
888 stars 111 forks source link

Log overflow with logs #664

Closed GuyKh closed 3 months ago

GuyKh commented 3 months ago

Describe the bug Looking at the log - there are multiple lines appearing again and again that presumably needs to be in DEBUG:

e.g.:

2024-08-11 10:03:27.711 INFO (Thread-79) [custom_components.dreame_vacuum.dreame.map] Decode P map 2 404
2024-08-11 10:03:30.272 INFO (Thread-81) [custom_components.dreame_vacuum.dreame.map] Decode P map 2 405
2024-08-11 10:03:32.761 INFO (Thread-82) [custom_components.dreame_vacuum.dreame.map] Decode P map 2 406
2024-08-11 10:03:35.240 INFO (Thread-84) [custom_components.dreame_vacuum.dreame.map] Decode P map 2 407
2024-08-11 10:03:37.714 INFO (Thread-86) [custom_components.dreame_vacuum.dreame.map] Decode P map 2 408
2024-08-11 10:03:37.737 INFO (Thread-86) [custom_components.dreame_vacuum.dreame.map] Decode P map 2 409
2024-08-11 10:03:40.244 INFO (Thread-88) [custom_components.dreame_vacuum.dreame.map] Decode P map 2 410
2024-08-11 10:03:42.762 INFO (Thread-90) [custom_components.dreame_vacuum.dreame.map] Decode P map 2 411
2024-08-11 10:03:45.255 INFO (Thread-92) [custom_components.dreame_vacuum.dreame.map] Decode P map 2 412
2024-08-11 10:03:45.276 INFO (Thread-92) [custom_components.dreame_vacuum.dreame.map] Decode P map 2 413
2024-08-11 10:03:47.721 INFO (Thread-93) [custom_components.dreame_vacuum.dreame.map] Decode P map 2 414

2024-08-11 10:04:11.078 INFO (Thread-110) [custom_components.dreame_vacuum.dreame.device] Property CLEANED_AREA Changed: 16 -> 17
2024-08-11 10:04:17.223 INFO (Thread-114) [custom_components.dreame_vacuum.dreame.device] Property BATTERY_LEVEL 
2024-08-11 10:04:20.417 INFO (Thread-116) [custom_components.dreame_vacuum.dreame.device] Property CLEANING_TIME Changed: 13 -> 14

To Reproduce Using Dreame F9 - start a cleanup.

Expected behavior 2-3 log lines indicating that the cleanup has started

Screenshots If applicable, add screenshots to help explain your problem.

Additional Information (please complete the following information)

Tasshack commented 3 months ago

This is not a bug. Set log level to warning.

GuyKh commented 3 months ago

🤷🏻 OK