-
Notifications
You must be signed in to change notification settings - Fork 47
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
Suppressing debug and info logging? #137
Comments
Same here. |
Running into the same issue |
This function helped me to suppress the messages. |
Thank you @hayatoikoma this solution seems to be working at least for now, credits to @pskeshu ! |
Also maybe worth mentioning: DebugTools.setRootLevel("OFF"); // Bio-Formats (Thanks to @tischi for this workaround.) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm getting a huge number of DEBUG and INFO level messages from bioformats when trying to read an image. Is there a way to suppress these? I wasn't able to find anything about it in the documentation, existing issues, or in the javabridge documentation/issues. The only discussion I found was this issue but
bioformats.init_logger()
doesn't seem to exist anymore.The text was updated successfully, but these errors were encountered: