From 5b4d29cc47c1684b3cad7fc41777795b25185653 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=ED=98=84=EC=84=B1=ED=95=84?= Date: Thu, 2 Oct 2025 14:18:47 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A1=9C=EA=B9=85=20=EB=B0=98=EC=98=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/logback-spring.xml | 83 ++++++--------------------- 1 file changed, 19 insertions(+), 64 deletions(-) diff --git a/src/main/resources/logback-spring.xml b/src/main/resources/logback-spring.xml index 64bf7dd..a0f9558 100644 --- a/src/main/resources/logback-spring.xml +++ b/src/main/resources/logback-spring.xml @@ -1,11 +1,11 @@ - + - - + + - ${LOG_PATH}/portal.log + ${LOG_FILE} ${LOG_PATH}/portal.%d{yyyy-MM-dd}.log 7 @@ -16,7 +16,9 @@ - ${CONSOLE_PATTERN} + + ${CONSOLE_PATTERN} + @@ -25,74 +27,27 @@ - + + - - - - - - - - - - - - ${LOG_PATH}/hibernate.log - - ${LOG_PATH}/hibernate.%d{yyyy-MM-dd}.log - 7 - - - %d{yyyy-MM-dd HH:mm:ss.SSS} [%thread] %-5level %logger - %msg%n - - - - - ${LOG_PATH}/portal.log - - ${LOG_PATH}/portal.%d{yyyy-MM-dd}.log - 7 - - - %d{yyyy-MM-dd HH:mm:ss.SSS} [%thread] %-5level %logger - %msg%n - - - - - - - - - - + + + + + + + + - - - - - - - - - - - - - - - - - - + - \ No newline at end of file +