We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10162fd commit a41654bCopy full SHA for a41654b
1 file changed
logger.go
@@ -13,7 +13,7 @@ import (
13
// Keys for "built-in" logger attribute for the logger middleware.
14
const (
15
// LoggerStatusKey is the key used by the built-in logger middleware for the HTTP response status code
16
- // when the log method is called. The associated [slog.Value] is a string.
+ // when the log method is called. The associated [slog.Value] is an int.
17
LoggerStatusKey = "status"
18
// LoggerMethodKey is the key used by the built-in logger middleware for the HTTP request method.
19
// The associated [slog.Value] is a string.
0 commit comments