We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3034c9c commit 3b071ecCopy full SHA for 3b071ec
1 file changed
mcp/logging.go
@@ -88,7 +88,7 @@ type LoggingHandler struct {
88
mu *sync.Mutex
89
limiter *rate.Limiter // for rate-limiting
90
buf *bytes.Buffer
91
- handler slog.Handler
+ handler slog.Handler
92
}
93
94
// ensureLogger returns l if non-nil, otherwise a discard logger.
0 commit comments