Currently the JSON output is formatted. Post-processing tools that can ingest log data will prefer JSONL. At the moment I a using `jq -c` to compact it but that's an extra tool in the pipeline which is not ideal.
Currently the JSON output is formatted. Post-processing tools that can ingest log data will prefer JSONL.
At the moment I a using
jq -cto compact it but that's an extra tool in the pipeline which is not ideal.