You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Changed
Reconnect loop log noise reduced — SpanMqttClient._reconnect_loop now splits the catch-all exception handler in two: expected transient failures (OSError family — refused connection, DNS miss, socket timeout, ssl.SSLError) log a one-line
WARNING with the exception repr, while unexpected exceptions retain the full traceback via exc_info=True. The common "panel offline" case no longer buries logs in paho/stdlib stack frames that add no diagnostic signal; genuinely unknown failures still
surface full tracebacks for support-ticket triage.