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

Replace use of System.out/System.err with SLF4J Logging #461

Closed
wants to merge 1 commit into from

Conversation

Chris0296
Copy link
Contributor

@Chris0296 Chris0296 commented Sep 19, 2023

-Operation outputs have been unchanged as these should be visible via CLI

Description

Various parts of the tooling log errors / warnings to System.out instead of a logging framework. This makes it difficult to redirect logging to a file or to distinguish errors from the actual output.

This change routes output to the SLF4J logging framework, except for in cases where the outputs are required by the CLI.

By creating this PR you acknowledge that your contribution will be licensed under Apache 2.0

-Operation outputs have been unchanged as these should be visible via CLI
@Chris0296 Chris0296 changed the base branch from master to operation-overhaul September 29, 2023 16:26
@Chris0296 Chris0296 changed the base branch from operation-overhaul to master September 29, 2023 16:27
@Chris0296 Chris0296 closed this Sep 29, 2023
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

Successfully merging this pull request may close these issues.

1 participant