Fix lightrag logger initailization problem, fix gunicorn acccess log missing
This commit is contained in:
@@ -70,11 +70,6 @@ logconfig_dict = {
|
||||
'level': 'INFO',
|
||||
'propagate': False
|
||||
},
|
||||
'uvicorn': {
|
||||
'handlers': ['console', 'file'],
|
||||
'level': 'INFO',
|
||||
'propagate': False
|
||||
},
|
||||
'gunicorn': {
|
||||
'handlers': ['console', 'file'],
|
||||
'level': 'INFO',
|
||||
@@ -84,6 +79,11 @@ logconfig_dict = {
|
||||
'handlers': ['console', 'file'],
|
||||
'level': 'INFO',
|
||||
'propagate': False
|
||||
},
|
||||
'gunicorn.access': {
|
||||
'handlers': ['console', 'file'],
|
||||
'level': 'INFO',
|
||||
'propagate': False
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user