Skip to content

Commit af8fff7

Browse files
committed
chore: change logging level of JSONRPC send event to trace
1 parent 7389467 commit af8fff7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jsonrpc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ func writeJSONRPCEvent(event string, params any, session *Session) {
8383
Str("data", requestString).
8484
Logger()
8585

86-
scopedLogger.Info().Msg("sending JSONRPC event")
86+
scopedLogger.Trace().Msg("sending JSONRPC event")
8787

8888
err = session.RPCChannel.SendText(requestString)
8989
if err != nil {

0 commit comments

Comments
 (0)