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.
Python functional tests should log in UTC
bitcoind logs use UTC. Python functional tests should also log in UTC.
Core Backport PR10017
Solves T141