It would be much easier for tools reading logs from stdout to parse the json if every line was a single entry (ie, no indention).
What would be the best way to implement this? Using another option, like --json-indent=0, or --json-singleline?
I can make a PR on this, but wanted to discuss it first.