Skip to content

Commit

Permalink
fix slack notification
Browse files Browse the repository at this point in the history
  • Loading branch information
Her Email authored and alphatownsman committed Nov 22, 2023
1 parent 566868b commit 5b3bc54
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions boofilsic/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,9 @@
}

if SLACK_TOKEN:
INSTALLED_APPS += [
"django_slack",
]
LOGGING["handlers"]["slack"] = {
"level": "ERROR",
"class": "django_slack.log.SlackExceptionHandler",
Expand Down

0 comments on commit 5b3bc54

Please sign in to comment.