-
Notifications
You must be signed in to change notification settings - Fork 65
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
Comments
Oh yeah I forgot that there's multiple language support. This is java, and its these logs that Im talking about |
The stable Java implementation uses Logger.getLogger("com.github.koraktor.steamcondenser").setLevel(Level.WARN); |
@BrutalCSkakan Did the code above help? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: