From f01d5a5787be359d6cb221bd021d1db76e49718d Mon Sep 17 00:00:00 2001 From: yang Jiyoung <0112jyoung@naver.com> Date: Thu, 5 Sep 2024 00:10:38 +0900 Subject: [PATCH 1/2] =?UTF-8?q?[ADD]=20=EB=A1=9C=EA=B7=B8=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/logback-spring.xml | 28 +++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/src/main/resources/logback-spring.xml b/src/main/resources/logback-spring.xml index 9a59131..f47f0b5 100644 --- a/src/main/resources/logback-spring.xml +++ b/src/main/resources/logback-spring.xml @@ -10,6 +10,34 @@ + + ${LOG_PATH}/application.log + + [%d{yyyy-MM-dd HH:mm:ss:SSS}] [%-5level] [%thread] %logger %msg%n + + + /logs/makeawish-server-%d{yyyy-MM-dd}.log + 2 + 10MB + + + + + + error + ACCEPT + DENY + + /logs/err_application.log + + [%d{yyyy-MM-dd HH:mm:ss:SSS}] [%-5level] [%thread] %logger %msg%n + + + /logs/makeawish-server-error-%d{yyyy-MM-dd}.log + 2 + 10MB + + From 3ca6cd754ec252f84a56ff02b100602b4cc47883 Mon Sep 17 00:00:00 2001 From: yang Jiyoung <0112jyoung@naver.com> Date: Thu, 5 Sep 2024 00:13:13 +0900 Subject: [PATCH 2/2] =?UTF-8?q?[FIX]=20=EA=B2=BD=EB=A1=9C=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/logback-spring.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/logback-spring.xml b/src/main/resources/logback-spring.xml index f47f0b5..cdd0576 100644 --- a/src/main/resources/logback-spring.xml +++ b/src/main/resources/logback-spring.xml @@ -11,7 +11,7 @@ - ${LOG_PATH}/application.log + /logs/application.log [%d{yyyy-MM-dd HH:mm:ss:SSS}] [%-5level] [%thread] %logger %msg%n