Skip to content

Commit

Permalink
Update start.go
Browse files Browse the repository at this point in the history
  • Loading branch information
davidnewhall authored Aug 1, 2022
1 parent 7c95775 commit 1978d64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/webserver/start.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (

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

Expand Down

0 comments on commit 1978d64

Please sign in to comment.