Skip to content

Commit

Permalink
logging info
Browse files Browse the repository at this point in the history
  • Loading branch information
ramanaditya committed Apr 13, 2020
1 parent dbde61c commit 8f7fb31
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/settings/production.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,8 @@
# Sentry
# ------------------------------------------------------------------------------
SENTRY_DSN = os.environ.get("SENTRY_DSN")
SENTRY_LOG_LEVEL = os.environ.get("DJANGO_SENTRY_LOG_LEVEL") # logging.INFO
SENTRY_LOG_LEVEL = logging.INFO
# os.environ.get("DJANGO_SENTRY_LOG_LEVEL") # logging.INFO

sentry_logging = LoggingIntegration(
level=SENTRY_LOG_LEVEL, # Capture info and above as breadcrumbs
Expand Down

0 comments on commit 8f7fb31

Please sign in to comment.