TransformerCLI logging cleanup
Ref:
/org.eclipse.transformer.cli/src/main/java/org/eclipse/transformer/cli/TransformerCLI.java
// TODO: Usual command line usage puts SysOut and SysErr together, which
// results in the properties writing out twice.
private void preInitDisplay(String message) {
PrintStream useSysOut = getSystemOut();
// PrintStream useSysErr = getSystemErr();
useSysOut.println(message);
// if ( useSysErr != useSysOut ) {
// useSysErr.println(message);
// }
}
I would like to work on this issue. Can you assign this to me.
This issue has been automatically marked as stale because it has not had recent activity. Given the limited bandwidth of the team, it will be automatically closed if no further activity occurs. If you feel this is something you could contribute, please have a look at our Contributor Guide. Thank you for your contribution.
This issue has been automatically closed due to inactivity. If you can reproduce this or if you have a good use case for this feature, please feel free to reopen the issue with steps to reproduce, a quick explanation of your use case or a high-quality pull request.