Prepare for beta 9 tag

This commit is contained in:
Matthew Holt
2019-11-04 13:43:39 -07:00
parent 263ffbfaec
commit f5c6a8553c
2 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -116,7 +116,7 @@ func (s *Server) ServeHTTP(w http.ResponseWriter, r *http.Request) {
log = logger.Error
}
log("request",
log("received request",
zap.String("common_log", repl.ReplaceAll(CommonLogFormat, "-")),
zap.Duration("latency", latency),
zap.Int("size", wrec.Size()),