카테고리 없음
@Slf4j 로깅 in SpringBoot 2.6.2
lluna
2022. 2. 2. 01:58
default 레벨을 확인하자.
로깅 디폴트 레벨에 따라 출력되는 로그가 달라질 수 있다.
로그를 왜 쓸까?
로그란 무엇일까?
정리하자!!
https://deeplify.dev/back-end/spring/logging
[스프링/Spring] slf4j, log4j2 로그 설정 하는 방법
스프링에서 필수적으로 사용해야 하는 로그 (콘솔, 파일) 설정하는 방법에 대해서 소개합니다.
deeplify.dev
참고자료
https://projectlombok.org/features/log
@Log (and friends)
projectlombok.org
https://www.baeldung.com/spring-boot-logging
Logging in Spring Boot | Baeldung
Learn how to easily configure the most popular logging solutions in a Spring Boot application.
www.baeldung.com