cqframework / cqframework/cqf-tooling

`System.out` is used for logging as opposed to slf4j

Open
#262 1 comment 0 reactions 1 assignee View on GitHub

@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:

IOUtils logging

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.