Skip to content

Commit

Permalink
grafana cloud settings
Browse files Browse the repository at this point in the history
  • Loading branch information
amvanbaren committed Feb 14, 2024
1 parent 57765e3 commit 5919715
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions logging/logback-spring.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@

<appender name="LOKI" class="com.github.loki4j.logback.Loki4jAppender">
<verbose>true</verbose>
<batchMaxBytes>65536</batchMaxBytes>
<http>
<url>${LOKI_URL}</url>
<auth>
<username>${LOKI_USERNAME}</username>
<password>${LOKI_PASSWORD}</password>
</auth>
<requestTimeoutMs>15000</requestTimeoutMs>
</http>
<format>
<label>
Expand Down

0 comments on commit 5919715

Please sign in to comment.