mirror of
https://github.com/dalbodeule/chibot-chzzk-bot.git
synced 2025-08-09 22:01:13 +00:00
[feature] loki handler fix (3x)
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
<configuration>
|
<configuration>
|
||||||
<property name="lokiUrl" value="${LOKI_ENDPOINT:http://localhost:3100/loki/api/v1/push}"/>
|
<property name="lokiUrl" value="${LOKI_ENDPOINT}"/>
|
||||||
<property name="lokiUrl" value="${LOKI_ENDPOINT:http://localhost:3100/loki/api/v1/push}" />
|
|
||||||
<!-- 콘솔에 출력하는 기본 로그 설정 -->
|
<!-- 콘솔에 출력하는 기본 로그 설정 -->
|
||||||
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
|
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
|
||||||
<filter class="ch.qos.logback.classic.filter.ThresholdFilter">
|
<filter class="ch.qos.logback.classic.filter.ThresholdFilter">
|
||||||
|
Reference in New Issue
Block a user