jsonrpc-remote-cartesi-machine does not print request body on trace log level
bug
The jsonrpc-remote-cartesi-machine does not print request parameters when the log level is set to trace. Just the response. Example:
```
2025-03-27 18-00-58 trace jsonrpc-remote-cartesi-machine pid:89227 ppid:89221 pgid:89221 127.0.0.1:62234 request is /
2025-03-27 18-00-58 debug jsonrpc-remote-cartesi-machine pid:89227 ppid:89221 pgid:89221 127.0.0.1:62234 handling "machine.load" method
2025-03-27 18-00-58 trace jsonrpc-remote-cartesi-machine pid:89227 ppid:89221 pgid:89221 127.0.0.1:62234 response is {"id":0,"jsonrpc":"2.0","result":true}
```
关闭于 2025-04-07 1 条评论