Skip to content

Commit

Permalink
bonsai
Browse files Browse the repository at this point in the history
  • Loading branch information
k1LoW committed Jun 14, 2024
1 parent 32077f4 commit fc32d47
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rc.go
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ func (m *cacheMw) Handler(next http.Handler) http.Handler {

if cacheUsed {
m.logger.Debug("cache used", slog.String("host", reqc.Host), slog.String("method", reqc.Method), slog.String("url", reqc.URL.String()), slog.Any("headers", m.maskHeader(reqc.Header)), slog.Int("status", res.StatusCode))
return
}
})
}
Expand Down

0 comments on commit fc32d47

Please sign in to comment.