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
use logger.exception() in some exception handlers, disable rule forcing it over logger.error
Use logger.exception for broad catches where the exception may be useful,
Use logger.error for expected cases where we know what we're dealing with already.
Suppress SonarQube rule python:S8572 globally — the blanket "always use
logger.exception in except blocks" recommendation doesn't fit our policy.
Assisted-by: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments