Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
s/_timestamp//
  • Loading branch information
mafredri committed Sep 19, 2023
commit 8869937bb059c45dc04485c3a00d3baec8d5e1cf
2 changes: 1 addition & 1 deletion coderd/httpmw/logger.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func Logger(log slog.Logger) func(next http.Handler) http.Handler {
// actually logging the request. This can also be useful when
// filtering logs that started at a certain time (compared to
// trying to compute the value).
slog.F("start_timestamp", start),
slog.F("start", start),
)

next.ServeHTTP(sw, r)
Expand Down