Skip to content

Fix ordering of INPUT/OUTPUT logging

Sebastien Ponce requested to merge migrate-lumiaccounting into future

It used to be random, leading to inconsistencies between the reference output and the actual one in tests Now we order the outputs when logging. Note that the ordering (and the logging) is only done in debug mode

Merge request reports