Skip to content

Using logging instead of print statements #331

@khatchad

Description

@khatchad

There are many places in the code that use System.out.println() or System.err.println() that should instead use the logging we've already setup. On the other hand, there is a CLI where System.out.println() and System.err.println() may be appropriate. Please refactor parts of the code not related to the CLI that use print statements to instead use logging.

Metadata

Metadata

Assignees

Labels

cleanupjavaPull requests that update Java code

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions