Skip to content
Snippets Groups Projects
Commit 3bb7321e authored by Antoine Lambert's avatar Antoine Lambert
Browse files

settings/development: Silent django.utils.autoreload debug logs

Those are not really of interest and generate a lof of noise when
executing django development server.
parent e3a31ba7
No related branches found
Tags v2.9.2
No related merge requests found
......@@ -39,6 +39,9 @@ LOGGING = {
"level": "INFO",
"propagate": False,
},
"django.utils.autoreload": {
"level": "INFO",
},
"swh.deposit": {
"handlers": ["console"],
"level": "DEBUG",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment