console logging

This commit is contained in:
Josh Babb 2023-05-24 15:55:55 -05:00
parent 39b99e6900
commit 64caffce79

View file

@ -114,6 +114,11 @@ class JsonRPC {
socket?.write('$jsonRpcRequest\r\n');
Logging.instance.log(
"JsonRPC errorHandler: wrote request $jsonRpcRequest to socket ${socket?.address}:${socket?.port}",
level: LogLevel.Info,
);
// m.release();
return completer.future;