transformer icon indicating copy to clipboard operation
transformer copied to clipboard

TransformerCLI logging cleanup

Open tbitonti opened this issue 3 years ago • 2 comments

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);
	// }
}

tbitonti avatar May 23 '22 14:05 tbitonti

I would like to work on this issue. Can you assign this to me.

tmrpavan avatar Apr 19 '23 15:04 tmrpavan

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.

github-actions[bot] avatar Apr 19 '24 01:04 github-actions[bot]

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.

github-actions[bot] avatar May 11 '24 01:05 github-actions[bot]