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

Improve logging / remove debug messages #217

Open
KlemenDEV opened this issue May 3, 2024 · 2 comments
Open

Improve logging / remove debug messages #217

KlemenDEV opened this issue May 3, 2024 · 2 comments
Labels
fixed Issue has been fixed, pending release.
Milestone

Comments

@KlemenDEV
Copy link

There seem to be some logging messages that are printed. This one is printed especially often:

This should probably be removed or put under some sort of parameter

@andrewauclair andrewauclair added the bug Something isn't working label May 17, 2024
@andrewauclair andrewauclair added this to the 0.12.0 milestone May 17, 2024
@nroduit
Copy link

nroduit commented Jun 9, 2024

I would recommend using the sl4j facade to manage log levels and abstract the logger used.

For the tests, you can use the Simple package:

    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-simple</artifactId>
      <scope>test</scope>
    </dependency>

@tlf30
Copy link

tlf30 commented Jul 3, 2024

I personally use log4j. But any logger is alright. Just note that dependencies on loggers suck for apps that are not using a logger. For apps that use a logger, there are adapters from just about any logger to anything...

@andrewauclair andrewauclair added fixed Issue has been fixed, pending release. and removed bug Something isn't working labels Jul 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fixed Issue has been fixed, pending release.
Projects
None yet
Development

No branches or pull requests

4 participants