Skip to content

Commit

Permalink
feat: loki url 변경 (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyunmin0317 committed Dec 28, 2024
1 parent 10076ae commit 4b1c8f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/logback-spring.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<appender name="LOKI" class="com.github.loki4j.logback.Loki4jAppender">
<http>
<url>http://localhost:3100/loki/api/v1/push</url>
<url>http://3.37.189.47:3100/loki/api/v1/push</url>
</http>
<format>
<label>
Expand Down

0 comments on commit 4b1c8f6

Please sign in to comment.