Skip to content

Commit

Permalink
Merge pull request #161 from usegalaxy-au/dev
Browse files Browse the repository at this point in the history
Set sentry logging to ERROR level
  • Loading branch information
neoformit authored Oct 8, 2024
2 parents d754216 + 5e77129 commit abeed6f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions webapp/webapp/settings/prod.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# flake8: noqa

"""Settings for production."""

import os
import logging
import sentry_sdk

from .base import *
Expand Down Expand Up @@ -71,3 +74,4 @@
# of transactions for tracing.
traces_sample_rate=1.0,
)
logging.getLogger('sentry_sdk').setLevel(logging.ERROR)

0 comments on commit abeed6f

Please sign in to comment.