How to turn off slf4j logging
19:48 02 Nov 2015

I'm using third par .jar files in my project. When I start my application my standard output is full of log messages. I try to show some informaion to user, but now it's impossible. How can I disable logging?

java debugging logging slf4j