fix: 🐛 celery 日志不显示问题

pull/95/head
李强 2023-04-13 11:56:20 +08:00
parent 5f2758c937
commit 03455ba9d0
1 changed files with 0 additions and 10 deletions

View File

@ -255,21 +255,11 @@ LOGGING = {
"level": "INFO",
"propagate": False,
},
'celery': {
'handlers': ["console", "error", "file"],
'propagate': False,
'level': "INFO"
},
'django.db.backends': {
'handlers': ["console", "error", "file"],
'propagate': False,
'level': "INFO"
},
'django.request': {
'handlers': ["console", "error", "file"],
'propagate': False,
'level': "DEBUG"
},
"uvicorn.error": {
"level": "INFO",
"handlers": ["console", "error", "file"],