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
37 stars 45 forks source link

Gcp logging #483

Closed dividehex closed 10 months ago

dividehex commented 10 months ago

This PR reverts the previous addition of the gcp cloud logger and simply keeps the default logger active. This allows all logging to pipe to stdout/stderr where cloudrun will send it to gcp logging. Keeping the default logger active allows traceback stacks to be logged also.