Skip to content

CLI: Prevent mixture of logging and CLI output #194

@hohwille

Description

@hohwille

By default CLI (from AbstractMain) should somehow configure the logging such that is silent and does not interfere with the CLI program output.
As advanced feature an option or system property should allow to configure the logging to use a specific config file so log messages are printed on console or written to log file.
However CLI users do not want to see the ugly 3 lines of SLF4J that no logger binding exists nor want to see the error messasges such as that javax.validation may not be on their classpath, etc. by default.

Metadata

Metadata

Assignees

Labels

enhancementutil-clisupport for building complex Command-Line-Interfaces (CLI)

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions