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

disable logging #316

Closed
BrutalCSkakan opened this issue Dec 13, 2017 · 5 comments
Closed

disable logging #316

BrutalCSkakan opened this issue Dec 13, 2017 · 5 comments

Comments

@BrutalCSkakan
Copy link

Hello!
Is there a way for me to disable the logging that is going on in the console? It really messes up other debugging logs

@koraktor
Copy link
Owner

What language are you using?

You might want to have a look at issues #186 and (for PHP) #266.

@BrutalCSkakan
Copy link
Author

Oh yeah I forgot that there's multiple language support.

This is java, and its these logs that Im talking about

@BrutalCSkakan
Copy link
Author

image

@koraktor
Copy link
Owner

The stable Java implementation uses java.util.logging. You can reduce the log level, for example:

Logger.getLogger("com.github.koraktor.steamcondenser").setLevel(Level.WARN);

@koraktor
Copy link
Owner

koraktor commented Feb 3, 2018

@BrutalCSkakan Did the code above help?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants