mirror of https://github.com/jetkvm/kvm.git
chore: change logging level of JSONRPC send event to trace
This commit is contained in:
parent
7389467c2f
commit
af8fff7cee
|
@ -83,7 +83,7 @@ func writeJSONRPCEvent(event string, params any, session *Session) {
|
||||||
Str("data", requestString).
|
Str("data", requestString).
|
||||||
Logger()
|
Logger()
|
||||||
|
|
||||||
scopedLogger.Info().Msg("sending JSONRPC event")
|
scopedLogger.Trace().Msg("sending JSONRPC event")
|
||||||
|
|
||||||
err = session.RPCChannel.SendText(requestString)
|
err = session.RPCChannel.SendText(requestString)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|
Loading…
Reference in New Issue