Re: Confusing slf4j error messages

2017-11-24 Thread Alexey Popov
I've opened a ticket https://issues.apache.org/jira/browse/IGNITE-6828 some time ago to fix this message. If nobody argues I will prepare a patch. Thanks, Alexey -- Sent from: http://apache-ignite-developers.2346864.n4.nabble.com/

Re: Confusing slf4j error messages

2017-11-16 Thread Alexey Popov
It will utilize commons-logging (it is in dependency tree) according to https://spring.io/blog/2009/12/04/logging-dependencies-in-spring/ "The nice thing about commons-logging is that you don’t need anything else to make your application work. It has a runtime discovery algorithm that looks for ot

Re: Confusing slf4j error messages

2017-11-16 Thread Nikolai Tikhonov
Hello Alexey! If we exclude this dependency, which logger will be used by spring framework? On Thu, Nov 16, 2017 at 2:35 PM, Alexey Popov wrote: > Hi Igniters, > > Ignite examples and Ignite itself with some configurations prints out > annoying messages related to slf4j: > > SLF4J: Failed to lo

Confusing slf4j error messages

2017-11-16 Thread Alexey Popov
Hi Igniters, Ignite examples and Ignite itself with some configurations prints out annoying messages related to slf4j: SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLo