Skip to content

fix(delta3): silence noisy base64 decode debug logs#784

Merged
tolwi merged 1 commit into
tolwi:mainfrom
htiel:pr/silence-delta3-base64-debug
May 13, 2026
Merged

fix(delta3): silence noisy base64 decode debug logs#784
tolwi merged 1 commit into
tolwi:mainfrom
htiel:pr/silence-delta3-base64-debug

Conversation

@htiel
Copy link
Copy Markdown
Contributor

@htiel htiel commented May 10, 2026

These three except branches in devices/internal/delta3.py fired for every protobuf payload because the messages are raw protobuf, not base64-encoded. The logs flooded debug output without conveying useful information.

The fall-through behavior (use the raw payload when base64 decoding fails) is unchanged — only the per-message _LOGGER.debug call is removed and replaced with a short comment explaining why.

These three except branches fired for every protobuf payload because the messages are raw protobuf, not base64-encoded. The logs flooded debug output without conveying useful information. The fall-through behavior (use raw payload) is unchanged.
@tolwi tolwi merged commit 7a56b8f into tolwi:main May 13, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants