From 866fe19cb90a1ebd63d678af4fe15b82d86f0d58 Mon Sep 17 00:00:00 2001 From: dalbodeule <11470513+dalbodeule@users.noreply.github.com> Date: Wed, 16 Jul 2025 13:10:06 +0900 Subject: [PATCH] [feature] loki handler fix --- src/main/resources/logback.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/logback.xml b/src/main/resources/logback.xml index 727389e..5e99791 100644 --- a/src/main/resources/logback.xml +++ b/src/main/resources/logback.xml @@ -1,5 +1,5 @@ - + @@ -13,7 +13,7 @@ app = chibot-chzzk-bot - host = ${LOKI_ENDPOINT:http://localhost:3100/loki/api/v1/push} + host = ${lokiUrl}