Skip to content

Commit 0cc9a91

Browse files
committed
fix: Django wtf log level
1 parent a85317e commit 0cc9a91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/settings/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@
373373
"django_structlog.celery": {
374374
"level": DJANGO_CELERY_LOG_LEVEL,
375375
},
376-
"your_app": {
376+
"django_wtf": {
377377
"level": DJANGO_LOG_LEVEL,
378378
},
379379
# DB logs

0 commit comments

Comments
 (0)