diff --git a/mamweb/settings_local.py b/mamweb/settings_local.py index e5011926..517772ee 100644 --- a/mamweb/settings_local.py +++ b/mamweb/settings_local.py @@ -72,6 +72,11 @@ LOGGING = { }, }, 'loggers': { + 'werkzeug': { + 'handlers': ['console'], + 'level': 'DEBUG', + 'propagate': True, + }, '': { 'handlers': ['console'], 'level': 'DEBUG',