Skip to content

Commit 4781589

Browse files
committed
show microseconds
1 parent 8136fd7 commit 4781589

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/web/server/src/simcore_service_webserver/application.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ async def welcome_banner(_app: web.Application):
9797
app,
9898
host=config["main"]["host"],
9999
port=config["main"]["port"],
100-
access_log_format='%a %t "%r" %s %b [%Tfs] "%{Referer}i" "%{User-Agent}i"',
100+
access_log_format='%a %t "%r" %s %b [%Dus] "%{Referer}i" "%{User-Agent}i"',
101101
)
102102

103103

0 commit comments

Comments
 (0)