-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Query Execution
-
2
Pretty-printed (multi-line + indentation) JSON is easier to read, however, we should not do it in our mostly-structured logs, because:
1) it makes it harder to parse with automatic tools
2) multiple lines can intertwine with other process output making it harder to read or extract manually
3) pretty-printing can be done with additional tools, for instance, Parsley now supports pretty-printing JSON in 'bookmarked' lines
Risk: we need to check with build-baron tools authors if this is a breaking change.