I recently found this to be a useful addition when debugging something as I could easily pass info into the debug.log file for the given node, including things like expected outputs and such.
- 6c9c087 adds
logprint <message>RPC command - e0c0ce2 auto-logprints to all running nodes whenever
self.logis logged to (this may be overkill)
If the latter seems contentious, I can pull it out for now.