Closed jeremp closed 1 year ago
Thank you for your pull request and welcome to our community! We require contributors to sign our Contributor License Agreement and we don't seem to have you on file. In order for us to review and merge your code, please follow the directions at the link above. If you have questions or believe you've received this message in error, don't hesitate to contact Maurizio Pillitu (@maoo on github), our Devops Director.
CLA has not been signed by users @jeremp, @jeremp
Closing due to CLA issues. Will reopen once those are resolved.
Reopening as https://github.com/finos/JCurl/pull/15 to fix CLA issues.
I've started working on the #14 issue.
I introduced two PrintStreams initialized by default to System.out and System.err. I replaced the references to System.out and System.err to the correct PrintStream.
I've seen that error output was used most of the time to display stuffs that, in my opinion, are not errors (request and response headers, response body, ... ). I think we could change it to use the standard output.
I thing printUsage() and printConfigSample() should keep on using System.out