aboutsummaryrefslogtreecommitdiff
path: root/test/functional/combine_logs.py
AgeCommit message (Collapse)Author
2018-06-11qa: Log as utf-8MarcoFalke
2018-03-09Format timestamps using ISO 8601 formatting (e.g. "2018-02-28T12:34:56Z")practicalswift
* Z is the zone designator for the zero UTC offset. * T is the delimiter used to separate date and time. This makes it clear for the end-user that the date/time logged is specified in UTC and not in the local time zone.
2017-03-27[qa] combine_logs: Use ordered list for logfilesMarcoFalke
2017-03-21Introduce combine_logs.py to combine log files from multiple bitcoinds.John Newbery
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.