potiuk commented on issue #30: URL: https://github.com/apache/tooling-releases-client/issues/30#issuecomment-4926418604
> Would you consider that a global option satisfies this issue, @potiuk? Yes. I think also - as noted above (we had similar issues in Airflow where we added json output) - extra care should be taken when the JSON output is used to separate all non-json things being written to the "other" std(err/out) - Ideally, no matter if it's an error or not, the JSON output should be sent to stdout, and any "error" messages to stderr - that makes it indeed easy to pipe json to `jq`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
