Skip to content

Commit

Permalink
Update loggers
Browse files Browse the repository at this point in the history
  • Loading branch information
animemoeus committed Aug 21, 2024
1 parent ee44e6f commit ff9b10a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion config/settings/production.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,10 @@
"level": "DEBUG",
"class": "logging.StreamHandler",
"formatter": "verbose",
}
},
"null": {
"class": "logging.NullHandler",
},
},
"root": {"level": "INFO", "handlers": ["console"]},
"loggers": {
Expand Down

0 comments on commit ff9b10a

Please sign in to comment.