Merge all the individual log lines which repeated a bunch of data, is very noisy but also slow in debug because of the stack trace into one unified log that summarises the successes and failures in a linear, top-to-bottom log output.
This is an example output on current stagenet which makes it very obvious that right now a good chunk of the network has semi-forked because their rewards DB has gone out of sync (most likely we had a reorg and the SQLite DB was recalculated but we don't support this for delayed payments yet) which is not helping re: failed BLS signatures for rewards claim
Merge all the individual log lines which repeated a bunch of data, is very noisy but also slow in debug because of the stack trace into one unified log that summarises the successes and failures in a linear, top-to-bottom log output.
This is an example output on current stagenet which makes it very obvious that right now a good chunk of the network has semi-forked because their rewards DB has gone out of sync (most likely we had a reorg and the SQLite DB was recalculated but we don't support this for delayed payments yet) which is not helping re: failed BLS signatures for rewards claim