Gottox / socket.io-java-client

Socket.IO Client Implementation in Java
MIT License
950 stars 387 forks source link

Logging setup #72

Open esseti opened 10 years ago

esseti commented 10 years ago

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.