Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
HOTFIX: Log errors to Sentry (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
alysivji authored Apr 13, 2020
1 parent fb887f4 commit 26d162e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion busy_beaver/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
},
"loggers": {
"busy_beaver": {
"handlers": ["loggly"] if IN_PRODUCTION else ["console"],
"handlers": ["console"] if IN_PRODUCTION else ["console"],
"level": "INFO" if IN_PRODUCTION else "DEBUG",
}
},
Expand Down

0 comments on commit 26d162e

Please sign in to comment.