Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Think of something to make PlantUML respect -quiet #268

Open
sjoerdtalsma opened this issue May 6, 2020 · 2 comments
Open

Think of something to make PlantUML respect -quiet #268

sjoerdtalsma opened this issue May 6, 2020 · 2 comments

Comments

@sjoerdtalsma
Copy link
Contributor

Is your feature request related to a problem? Please describe.

The option -quiet is supposed to suppress output.
PlantUML is riddled with System.out, System.err and Throwable.printStackTrace usages.

Describe the solution you'd like

Perhaps redirect System.out and System.err towards a umldoclet.log file?

Describe alternatives you've considered

Not sure whether this should only be enabled for quiet mode or not.

Additional context

@sjoerdtalsma
Copy link
Contributor Author

PlantUML 1.2022.7 finally removed all the printStrackTrace usages, replacing it with a custom Logme utility class wrapping a java.util.Logger.

Hopefully the System.out and System.err usages get removed soon too.

@bmarwell
Copy link
Contributor

Great thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants