Update the middleware logging accuracy (#713)

* Update the middleware logging accuracy

* Update the log style
This commit is contained in:
Wu Clan
2025-07-05 19:52:37 +08:00
committed by GitHub
parent a2fa59285a
commit ef5e921c08
7 changed files with 157 additions and 159 deletions
+1 -1
View File
@@ -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',
}