Skip to content

Commit 1978d64

Browse files
authored
Update start.go
1 parent 7c95775 commit 1978d64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/webserver/start.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515

1616
const (
1717
// Apache Log format.
18-
alFmt = `%{Host}i %{X-Forwarded-For}i "%{X-Username}o" %{X-UserID}o %t "%r" %>s %b "%{Referer}i" "%{User-agent}i" ` +
18+
alFmt = `%V %{X-Forwarded-For}i "%{X-Username}o" %{X-UserID}o %t "%r" %>s %b "%{Referer}i" "%{User-agent}i" ` +
1919
`query:%{X-Request-Time}o req:%{ms}Tms age:%{Age}o env:%{X-Environment}o key:%{X-Key}o(%{X-Length}o)`
2020
)
2121

0 commit comments

Comments
 (0)