SLF4J Class path contains multiple SLF4J bindings Error

Error

SLF4J: Class path contains multiple SLF4J bindings

서버단에서 동작하는 과정을 로그를 찍음으로써, 디버깅을 하는 경우가 종종있는데, 모듈들이 충돌해서 일어나는 오류입니다.

해결 방법

build.gradle에서 로깅하는 모듈들의 줄을 삭제하고 implementation 'org.springframework.boot:spring-boot-starter-logging:2.6.8'를 추가하여 설치해주면 해결가능하다.