added more debug logging to json-rpc mode

see #482
This commit is contained in:
Bernhard B
2024-03-21 18:11:52 +01:00
parent 0d5c23d7ea
commit bc14eccf7d

View File

@@ -143,7 +143,7 @@ func (r *JsonRpc2Client) ReceiveData(number string) {
}
continue
}
//log.Info("Received data = ", str)
log.Debug("json-rpc received data: ", str)