We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c7b91a commit 16ccb4dCopy full SHA for 16ccb4d
1 file changed
src/log.py
@@ -135,6 +135,7 @@ def build_logging_config() -> dict[t.Any, t.Any]:
135
"%(asctime)s.%(msecs)03d %(levelprefix)s "
136
'%(client_addr)s - "%(request_line)s" %(status_code)s'
137
)
138
+ merged_config["formatters"]["access"]["datefmt"] = "%Y-%m-%d %H:%M:%S"
139
merged_config["formatters"]["default"]["fmt"] = DEFAULT_LOG_FORMAT
140
merged_config["formatters"]["default"]["datefmt"] = "%Y-%m-%d %H:%M:%S"
141
0 commit comments