mozilla-iam / sso-dashboard

A python flask implementation of an SSO dashboard. OIDC for authentication and message bus for alert pipelines.
Mozilla Public License 2.0
38 stars 47 forks source link

Use logging.exception when we care about traceback #525

Closed bheesham closed 1 month ago

bheesham commented 1 month ago

Instead of serializing only the error message, let's be friendly to our future selves and print the traceback as well.