Jonathan Rainville 22f1f72897 refactor(transaction-logger): replace log file write by append
## Problem
Doing read, then write each a trasaction or call exectues could get
heavy, especially with regular txs on
This was especially true in the tests, which led to deactivate the
tx logger in the tests
## Solution
Instead of reading the whole file, adding the JSON line a writing,
we instead just append some pseudo JSON to it that later gets read
and parsed correctly back to JSON
2020-01-16 10:21:58 -05:00
..
2020-01-07 12:14:37 -06:00
2020-01-07 12:14:37 -06:00
2020-01-07 12:14:37 -06:00
2020-01-07 12:14:37 -06:00
2020-01-07 12:14:37 -06:00
2020-01-07 12:14:37 -06:00
2020-01-07 12:14:37 -06:00
2020-01-07 12:14:37 -06:00
2020-01-07 12:14:37 -06:00
2020-01-07 12:14:37 -06:00
2020-01-07 12:14:37 -06:00
2020-01-07 12:14:37 -06:00
2020-01-07 12:14:37 -06:00
2020-01-07 12:14:37 -06:00
2020-01-07 12:14:37 -06:00
2020-01-07 12:14:37 -06:00
2020-01-07 12:14:37 -06:00
2020-01-07 12:14:37 -06:00
2020-01-07 12:14:37 -06:00