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 System.out.println with monitor logging #11

Open
robertschubert opened this issue Aug 2, 2024 · 0 comments
Open

Replace System.out.println with monitor logging #11

robertschubert opened this issue Aug 2, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@robertschubert
Copy link
Collaborator

Bug Report

Describe the Bug

There are several places where logging is done with System.out....

Expected Behavior

Logging should be done with the Monitor class, e.g. monitor.debug(...)

Observed Behavior

Steps to Reproduce

Steps to reproduce the behavior:
Search for System.out. in the code

Context Information

With System.out we cannot set a log level what means the messages are logged always.

  • Used version [e.g. EDC v1.0.0]
  • 0.2.1

Detailed Description

Possible Implementation

easy, see above.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant