mirror of
https://github.com/fastapi-practices/fastapi-best-architecture.git
synced 2026-09-21 21:15:13 +00:00
Update the middleware logging accuracy (#713)
* Update the middleware logging accuracy * Update the log style
This commit is contained in:
@@ -94,7 +94,7 @@ def set_custom_logfile() -> None:
|
||||
log_config = {
|
||||
'format': settings.LOG_FILE_FORMAT,
|
||||
'enqueue': True,
|
||||
'rotation': '5 MB',
|
||||
'rotation': '00:00',
|
||||
'retention': '7 days',
|
||||
'compression': 'tar.gz',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user