From ac7707bcd10bb28c5b46add0f755cdeb246cb0a0 Mon Sep 17 00:00:00 2001 From: Jin Hyuk Date: Thu, 9 Jan 2025 22:22:11 +0900 Subject: [PATCH] =?UTF-8?q?fix/#620:=20=EB=A7=88=EC=8A=A4=ED=82=B9=20?= =?UTF-8?q?=ED=95=B4=EC=A0=9C,=20=EB=A1=9C=EA=B7=B8=20=ED=8C=8C=EC=9D=BC?= =?UTF-8?q?=2090=EC=9D=BC=EB=8F=99=EC=95=88=20=EB=B3=B4=EC=A1=B4=20?= =?UTF-8?q?=EB=90=98=EB=8F=84=EB=A1=9D=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/logback-spring.xml | 34 +++++---------------------- 1 file changed, 6 insertions(+), 28 deletions(-) diff --git a/src/main/resources/logback-spring.xml b/src/main/resources/logback-spring.xml index 6cd2168f..57588818 100644 --- a/src/main/resources/logback-spring.xml +++ b/src/main/resources/logback-spring.xml @@ -6,44 +6,22 @@ - - - \"(?i).*email.*"\s*:\s*\"(.*?)\" - \"(?i).*password.*"\s*:\s*\"(.*?)\" - \"(?i).*height.*"\s*:\s*(\d+) - \"(?i).*weight.*"\s*:\s*(\d+) - \"(?i).*targetWeight.*"\s*:\s*(\d+) - \"(?i).*age.*"\s*:\s*(\d+) - \"(?i).*etc.*"\s*:\s*\"(.*?)\" - \"(?i).*activity.*"\s*:\s*\"(.*?)\" - ${CONSOLE_LOG_PATTERN} - + + ${CONSOLE_LOG_PATTERN} - - - - \"(?i).*email.*"\s*:\s*\"(.*?)\" - \"(?i).*password.*"\s*:\s*\"(.*?)\" - \"(?i).*height.*"\s*:\s*(\d+) - \"(?i).*weight.*"\s*:\s*(\d+) - \"(?i).*targetWeight.*"\s*:\s*(\d+) - \"(?i).*age.*"\s*:\s*(\d+) - \"(?i).*etc.*"\s*:\s*\"(.*?)\" - \"(?i).*activity.*"\s*:\s*\"(.*?)\" - ${FILE_LOG_PATTERN} - + + ${FILE_LOG_PATTERN} ./log/%d{yyyy-MM-dd}.%i.log 10MB - 30 + 90 100MB - @@ -62,4 +40,4 @@ - + \ No newline at end of file