chore: change logging level of JSONRPC send event to trace

This commit is contained in:
Siyuan Miao 2025-08-30 18:49:42 +02:00
parent 7389467c2f
commit af8fff7cee
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ func writeJSONRPCEvent(event string, params any, session *Session) {
Str("data", requestString).
Logger()
scopedLogger.Info().Msg("sending JSONRPC event")
scopedLogger.Trace().Msg("sending JSONRPC event")
err = session.RPCChannel.SendText(requestString)
if err != nil {