From 38d82e06b21e8c4da79bc26b2d1955b4f23536cf Mon Sep 17 00:00:00 2001 From: pricelees Date: Sun, 27 Jul 2025 13:01:28 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=EB=A1=9C=EC=BB=AC=20=ED=99=98=EA=B2=BD?= =?UTF-8?q?=EC=97=90=EC=84=9C=EC=9D=98=20=EC=BD=98=EC=86=94=20=EB=A1=9C?= =?UTF-8?q?=EA=B7=B8=20=EA=B8=B0=EB=B0=98=20logback=20=EC=84=A4=EC=A0=95?= =?UTF-8?q?=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/logback-local.xml | 23 +++++++++++++++++++++++ src/main/resources/logback-spring.xml | 6 ++++++ 2 files changed, 29 insertions(+) create mode 100644 src/main/resources/logback-local.xml create mode 100644 src/main/resources/logback-spring.xml diff --git a/src/main/resources/logback-local.xml b/src/main/resources/logback-local.xml new file mode 100644 index 00000000..2465fb75 --- /dev/null +++ b/src/main/resources/logback-local.xml @@ -0,0 +1,23 @@ + + + + + + + ${CONSOLE_LOG_PATTERN} + + + + + + + + + + + + + + + diff --git a/src/main/resources/logback-spring.xml b/src/main/resources/logback-spring.xml new file mode 100644 index 00000000..69dd0b75 --- /dev/null +++ b/src/main/resources/logback-spring.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file