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

Ensure that parseSpecifics prints option values for all ami commands #54

Open
remkop opened this issue Jul 24, 2020 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@remkop
Copy link
Collaborator

remkop commented Jul 24, 2020

This is the remaining follow-up item from #46 (the logging epic).

One issue remains to complete this topic:
many tools print the values of the @Option-annotated fields in the parseSpecifics method, for troubleshooting purposes.

The majority of the tools use System.out.println for this. (...) it is better to use the logging library for this so that the values are also captured in the log file instead of only on the console.

The log level to use for this is INFO (only visible if users specify --verbose on the console).

@remkop remkop added the enhancement New feature or request label Jul 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant