Skip to content

Commit 095f023

Browse files
Drop LSP notify non-error to debug (#4087)
1 parent 47c5657 commit 095f023

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

private/buf/buflsp/jsonrpc_wrappers.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ func (c *connWrapper) Notify(
9595
xslog.ErrorAttr(err),
9696
)
9797
} else {
98-
c.logger.Warn(
98+
c.logger.Debug(
9999
"notify returned",
100100
slog.String("method", method),
101101
)

0 commit comments

Comments
 (0)