Don't log autoload debug
This is just too much
This commit is contained in:
parent
9e6390662b
commit
a1a3aa45f4
2 changed files with 4 additions and 0 deletions
|
@ -163,6 +163,9 @@ LOGGING = {
|
|||
"handlers": ["console", "mail_admins"],
|
||||
"level": LOG_LEVEL,
|
||||
},
|
||||
"django.utils.autoreload": {
|
||||
"level": "INFO",
|
||||
},
|
||||
# Add a bookwyrm-specific logger
|
||||
"bookwyrm": {
|
||||
"handlers": ["console"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue