Skip to content

Commit

Permalink
[BSVR-202/배포] monitoring yml 트러블 쇼팅 (#129)
Browse files Browse the repository at this point in the history
* feat: dev 배포 스크립트에 loki url 추가

* feat: prod 수동 배포 스크립트에 loki url 추가

* feat: logback-spring.xml에 yml 파일이 아닌 환경변수만 사용하도록 수정
  • Loading branch information
pminsung12 authored Aug 12, 2024
1 parent 1707a56 commit ea132a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/src/main/resources/logback-spring.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<configuration scan="true" scanPeriod="5 seconds">
<include resource="appenders/console-appender.xml"/>
<property resource="application-monitoring.yml" />
<property name="loki.url" value="${LOKI_URL:-localhost}" />
<springProfile name="local">
<root level="INFO">
<appender-ref ref="CONSOLE_APPENDER"/>
Expand Down

0 comments on commit ea132a5

Please sign in to comment.