From 78a4d52d62df8076030bd8fd7957a6782e05fa03 Mon Sep 17 00:00:00 2001 From: seoyeonjiin Date: Wed, 31 Dec 2025 18:29:30 +0900 Subject: [PATCH 1/2] =?UTF-8?q?[CHORE]=20=EB=A1=9C=EA=B7=B8=20=EB=A0=88?= =?UTF-8?q?=EB=B2=A8=20=EC=84=A4=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/logback.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/main/resources/logback.xml diff --git a/src/main/resources/logback.xml b/src/main/resources/logback.xml new file mode 100644 index 0000000..30599c7 --- /dev/null +++ b/src/main/resources/logback.xml @@ -0,0 +1,16 @@ + + + + + + + + + + + + %d{HH:mm:ss.SSS} %-5level [%thread] %logger - %msg%n + + + + From afbfd65d12d6dd7b4e709704f14da9a487d1332f Mon Sep 17 00:00:00 2001 From: seoyeonjiin Date: Wed, 31 Dec 2025 18:37:52 +0900 Subject: [PATCH 2/2] =?UTF-8?q?[FIX]=20logback=20=EA=B5=AC=EC=A1=B0=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/logback.xml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/main/resources/logback.xml b/src/main/resources/logback.xml index 30599c7..baeb3b1 100644 --- a/src/main/resources/logback.xml +++ b/src/main/resources/logback.xml @@ -6,11 +6,13 @@ + + + %d{HH:mm:ss.SSS} %-5level [%thread] %logger - %msg%n + + + - - - %d{HH:mm:ss.SSS} %-5level [%thread] %logger - %msg%n - - +