Browse Source
We are printing `repr(obj)` which is not pretty-printed, hard to read, and can't even be copied and inspected to JSON tools. We now print the JSONified and indented calls and responses for easier debugging based on solely the logs (useful for CI!). Changelog-Added: pyln-testing: The RPC client will now pretty-print requests and responses to facilitate log-based debugging.master
Christian Decker
4 years ago
committed by
Rusty Russell
1 changed files with 25 additions and 1 deletions
Loading…
Reference in new issue