Determine if the following changes are useful, and if so port following changes from bitcoin Core:
```
commit 61d75f587de504310c07216c4755cd206e31dc09
Author: John Newbery <john@johnnewbery.com>
Date: Fri Feb 24 16:42:04 2017 -0500
Introduce combine_logs.py to combine log files from multiple bitcoinds.
This commit adds a tool for combining log files from multiple instances
of bitcoinds as well as the test_framework.log file. This gives a
combined view of what the test framework and all bitcoin instances were
doing during a qa test.
```