- Notifications
You must be signed in to change notification settings - Fork928
Closed
Description
Describe the feature or problem you’d like to solve
When working on adding new tools, it's sometimes useful to be able to read the communication between the server and the host for debugging/troubleshooting purposes.
There are multiple ways to do this. One of them is using the logging feature:
--enable-command-logging --log-file server.log
Passing the above flags makes the server log the stdin/stout interactions to theserver.log
. However, this output shows serialized json that is hard to read.
Proposed solution
Provide a script to pretty print the server's logging output.