Skip to content

Commit 2fb4301

Browse files
committed
DBC22-4246: fixed log duplication for huey task pod
1 parent 893a743 commit 2fb4301

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/backend/config/settings/django.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,11 @@
205205
"class": "logging.StreamHandler",
206206
},
207207
},
208-
"root": {
208+
"huey": {
209+
"handlers": ["console"],
210+
"level": ROOT_LOG_LEVEL,
211+
},
212+
"django": {
209213
"handlers": ["console"],
210214
"level": ROOT_LOG_LEVEL,
211215
},

0 commit comments

Comments
 (0)