From 2df145c877043962661c9a784643d0d67b708835 Mon Sep 17 00:00:00 2001 From: Daye Park Date: Fri, 5 Jul 2024 01:40:47 +0900 Subject: [PATCH] =?UTF-8?q?chore(log)=20:=20=EB=A1=9C=EA=B7=B8=EB=B0=B1=20?= =?UTF-8?q?=EC=84=A4=EC=A0=95=20=EC=B6=94=EA=B0=80=20(#60)?= 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(+) create mode 100644 src/main/resources/logback-spring.xml diff --git a/src/main/resources/logback-spring.xml b/src/main/resources/logback-spring.xml new file mode 100644 index 0000000..5dbac07 --- /dev/null +++ b/src/main/resources/logback-spring.xml @@ -0,0 +1,28 @@ + + + + + %d{yyyy-MM-dd HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n + + + + + + %d{yyyy-MM-dd HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n + + ${LOG_DIR}/moyeomoyeo.log + + ${LOG_DIR}/%d{yyyy-MM-dd}.%i.log + 10MB + 7 + + + + + + + + + + +