I've a problem with the library, it keeps sending logging information that i would like to avoid.
how can i do that? i tried with a configuration.properites where i set java.util.logging.ConsoleHandler.level = OFF but it doesn't work.
would be great if there will be a way to switch off logging.
I've a problem with the library, it keeps sending logging information that i would like to avoid. how can i do that? i tried with a configuration.properites where i set
java.util.logging.ConsoleHandler.level = OFF
but it doesn't work.would be great if there will be a way to switch off logging.