From 7efddd95f2069f9943152ad95f740c75b66b12ee Mon Sep 17 00:00:00 2001 From: hyeonda02 Date: Fri, 28 Nov 2025 14:17:33 +0900 Subject: [PATCH 1/2] =?UTF-8?q?(refactor)=20=EA=B5=AC=EC=A1=B0=ED=99=94?= =?UTF-8?q?=EB=90=9C=20=EB=A1=9C=EA=B7=B8=20=EC=A0=84=EC=86=A1=EC=9D=84=20?= =?UTF-8?q?=EC=9C=84=ED=95=9C=20Loki4j=20Logback=20=EC=84=A4=EC=A0=95=20?= =?UTF-8?q?=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-spring.xml | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/src/main/resources/logback-spring.xml b/src/main/resources/logback-spring.xml index c0946dc..aefd54e 100644 --- a/src/main/resources/logback-spring.xml +++ b/src/main/resources/logback-spring.xml @@ -1,23 +1,35 @@ + + - - ${LOKI_URL} - + + - {"level":"%level","msg":"%msg"} + + { + "timestamp":"%d{yyyy-MM-dd HH:mm:ss.SSS}", + "level":"%level", + "thread":"%thread", + "msg":"%msg" + } + - + + + From 29eedc9e9647493b604511be35328f8a74b7507b Mon Sep 17 00:00:00 2001 From: hyeonda02 Date: Fri, 28 Nov 2025 14:20:05 +0900 Subject: [PATCH 2/2] =?UTF-8?q?(chore)=20=EC=95=B1=20=EC=84=9C=EB=B2=84?= =?UTF-8?q?=EC=97=90=EC=84=9C=20=EB=B6=88=ED=95=84=EC=9A=94=ED=95=9C=20Pro?= =?UTF-8?q?metheus=20scrape=20=EC=84=A4=EC=A0=95=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- prometheus.yml | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 prometheus.yml diff --git a/prometheus.yml b/prometheus.yml deleted file mode 100644 index f4e56bd..0000000 --- a/prometheus.yml +++ /dev/null @@ -1,8 +0,0 @@ -global: - scrape_interval: 15s - -scrape_configs: - - job_name: prometheus - metrics_path: '/actuator/prometheus' - static_configs: - - targets: ['host.docker.internal:8080'] \ No newline at end of file