I use the bioformats_package.jar in my java library, in order to read images.
But every time I read an image, I have a lot of information because the debug mode is on. See an example:
[main] DEBUG loci.common.IniParser - Line 1:
01:22:05.191 [main] DEBUG loci.common.IniParser - Line 2:
01:22:05.191 [main] DEBUG loci.common.IniParser - Line 3: [autoscale]
01:22:05.191 [main] DEBUG loci.common.IniParser - Line 4: type = boolean
01:22:05.191 [main] DEBUG loci.common.IniParser - Line 5: label = Autoscale
...
I have tens of those lines.
How can I stop the debug mode?
Thank you for your help!