Skip to content
This repository has been archived by the owner on Oct 6, 2022. It is now read-only.

Slf4j logger implementation #43

Open
okondrashin opened this issue Nov 16, 2018 · 0 comments
Open

Slf4j logger implementation #43

okondrashin opened this issue Nov 16, 2018 · 0 comments

Comments

@okondrashin
Copy link
Contributor

okondrashin commented Nov 16, 2018

There are some warnings while tests are running.

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#StaticLoggerBinder for further details.

Is it is it really necessary?

		<dependency>
			<groupId>org.slf4j</groupId>
			<artifactId>jcl-over-slf4j</artifactId>
			<scope>runtime</scope>
		</dependency>

And there are all logs in the application created via System.err.println

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant