https://yubh1017.tistory.com/95 [Spring Boot] Spring Boot에서의 Logging Pattern 설정Spring Boot에서의 Logging Pattern 설정을 위해 Log와 관련된 간단한 지식을 정리한 글입니다.Logging Pattern 설정과 관련된 내용입니다.1. Logback이란?Java에서 Log 기록을 위한 Open-Source framework. SLF4J의 구현yubh1017.tistory.com위에서는 Logback을 이용한 Logging Pattern 설정하는 법에 대해 설명을 했었습니다.이번에는 Log4j2를 활용하여 Logging Pattern을 설정하는 방법에 대해 알아보겠습니다. 기본적인 로깅 설정들은 Logback 활용한 방식과 유..