We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c6b591 commit 242a550Copy full SHA for 242a550
coderd/httpmw/logger.go
@@ -32,7 +32,7 @@ func Logger(log slog.Logger) func(next http.Handler) http.Handler {
32
// actually logging the request. This can also be useful when
33
// filtering logs that started at a certain time (compared to
34
// trying to compute the value).
35
- slog.F("start_timestamp", start),
+ slog.F("start", start),
36
)
37
38
next.ServeHTTP(sw, r)
0 commit comments