Skip to content

Commit

Permalink
updated console logging level to INFO
Browse files Browse the repository at this point in the history
  • Loading branch information
seanshahkarami committed May 17, 2024
1 parent abbe1bb commit 25ffdca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,8 @@
"version": 1,
"handlers": {
"console": {
"level": "INFO",
"filters": [],
"class": "logging.StreamHandler",
},
"slack_admins": {
Expand All @@ -174,7 +176,7 @@
},
"loggers": {
"django": {
"level": "ERROR",
"level": "INFO",
"handlers": ["console", "slack_admins"],
},
},
Expand Down

0 comments on commit 25ffdca

Please sign in to comment.