반응형 logback1 Spring Boot gradle 환경에서 logback을 적용해보자. 🔥 팀 프로젝트 진행 중에 로깅 관련돼서 도입하려고 했습니다. 고민했던 것이 log4j와 logback이었습니다. 결정적으로 logback을 선택했던 이유는 기본적으로 스프링 부트는 SLF4 J(Simple Logging Facade for Java)를 이용하여 로그를 관리합니다. 아래는 log4j와 logback의 밴치마킹 비교글입니다. https://www.loggly.com/blog/benchmarking-java-logging-frameworks/ Benchmarking Java logging frameworks | Loggly Two years ago, Loggly ran a series of performance tests on some of the most popular Java logging .. 2022. 1. 27. 이전 1 다음 반응형