Skip to content

Commit 8869937

Browse files
committed
s/_timestamp//
1 parent 6bfb2be commit 8869937

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/httpmw/logger.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ func Logger(log slog.Logger) func(next http.Handler) http.Handler {
3232
// actually logging the request. This can also be useful when
3333
// filtering logs that started at a certain time (compared to
3434
// trying to compute the value).
35-
slog.F("start_timestamp", start),
35+
slog.F("start", start),
3636
)
3737

3838
next.ServeHTTP(sw, r)

0 commit comments

Comments
 (0)