Closed CM000n closed 8 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 82.73%. Comparing base (
97c6f36
) to head (58c7e63
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Is this going to be merged soon? Just spent ages searching for the cause of my missing logs! Great work on the integration by the way.
Is this going to be merged soon? Just spent ages searching for the cause of my missing logs! Great work on the integration by the way.
You can select the specific branch until it is merged by updating the custom_components/toyota/manifest.json file in homeassistant. Replace requirements with the following and restart
"requirements": [ "mytoyota @ git+https://github.com/DurgNomis-drol/mytoyota/tree/enhancement/revert_to_default_logging", "arrow" ],
I am so glad my error messages are back :)
Is this going to be merged soon? Just spent ages searching for the cause of my missing logs! Great work on the integration by the way.
Still waiting for approval 😞
With this PR, our central logging config is rolled back. We as lib should never overwrite the root logger of the application that uses us. This can cause problems, as all logs of the main application will be intercepted by our logger. This should fix this behaviour: https://github.com/DurgNomis-drol/ha_toyota/issues/242