cqframework / cqframework/cqf-tooling
`System.out` is used for logging as opposed to slf4j
Open
@Chris0296 is already working on this.
Since Sep 20, 2023.
bug
- Dominant language
- Java
- Stars
- 22
- Forks
- 26
- PR merge metrics
- No merged PRs in 30d
Description
Describe the bug
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. Here's an example:
This is prevalent throughout the tooling.
Ideally, all logging goes through a logging framework such that it can be redirected to a file or filtered according to the end-users' preference. Only output related to CLI operations should go directly to STDOUT.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.