diff --git a/rdwatch/core/apps.py b/rdwatch/core/apps.py index 2952006dc..09533396f 100644 --- a/rdwatch/core/apps.py +++ b/rdwatch/core/apps.py @@ -40,7 +40,7 @@ def ready(self) -> None: environment=settings.SENTRY_ENVIRONMENT, release=settings.SENTRY_RELEASE, integrations=[ - LoggingIntegration(level=logging.INFO, event_level=logging.WARNING), + LoggingIntegration(level=logging.INFO, event_level=logging.ERROR), DjangoIntegration(), CeleryIntegration(), ],