IT/kafka
[Kafka 에러] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
주현태
2020. 9. 26. 14:21
처음 카프카를 실행하려고 하는데, 다음과 같은 에러가 났따..
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.
이러할 경우 다음의 Dependency를 추가한다.
compile 'org.slf4j:slf4j-simple:1.7.30'