Add logging for image rendition generation
This commit is contained in:
parent
90b18c7d72
commit
f83c38c2f1
1 changed files with 5 additions and 0 deletions
|
@ -375,6 +375,11 @@ LOGGING = {
|
|||
"level": "WARNING",
|
||||
"propagate": False,
|
||||
},
|
||||
"wagtail.images": {
|
||||
"handlers": ["console"],
|
||||
"level": "DEBUG",
|
||||
"propagate": False,
|
||||
},
|
||||
"django.request": {
|
||||
"handlers": ["console"],
|
||||
"level": "ERROR",
|
||||
|
|
Loading…
Reference in a new issue