From 37e8f4e607b29ddd33649334329040c3b433bc95 Mon Sep 17 00:00:00 2001
From: seojin Yoon <90759319+7zrv@users.noreply.github.com>
Date: Tue, 7 Jan 2025 15:52:31 +0900
Subject: [PATCH] =?UTF-8?q?fix:=20logback-spring.xml=EC=9D=98=20loki=20app?=
=?UTF-8?q?ender=20=EC=88=98=EC=A0=95?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
- test profile에서는 loki가 동작하지 않도록 수정
---
src/main/resources/logback-spring.xml | 64 ++++++++++++++-------------
1 file changed, 33 insertions(+), 31 deletions(-)
diff --git a/src/main/resources/logback-spring.xml b/src/main/resources/logback-spring.xml
index 34c950cf..3f246af7 100644
--- a/src/main/resources/logback-spring.xml
+++ b/src/main/resources/logback-spring.xml
@@ -28,41 +28,43 @@
-
+
+
-
- ${LOKI_URL}
- 30000
- 15000
- 3
- 1000
-
+
+ ${LOKI_URL}
+ 30000
+ 15000
+ 3
+ 1000
+
- 100
- 10000
- 1048576
+ 100
+ 10000
+ 1048576
-
-
-
- true
- true
- true
- true
- JACKSON
- @timestamp
- false
- true
- ${LOG_PATTERN}
- yyyy-MM-dd HH:mm:ss.SSS
-
- yyyy-MM-dd'T'HH:mm:ss.SSS'Z'
-
+
+
+
+ true
+ true
+ true
+ true
+ JACKSON
+ @timestamp
+ false
+ true
+ ${LOG_PATTERN}
+ yyyy-MM-dd HH:mm:ss.SSS
+
+ yyyy-MM-dd'T'HH:mm:ss.SSS'Z'
+
- Asia/Seoul
-
+ Asia/Seoul
+
+