Skip to content

Commit

Permalink
♻️ comment loki logback on local
Browse files Browse the repository at this point in the history
  • Loading branch information
geoje committed Dec 3, 2024
1 parent 070c7bb commit cb5664d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions backend/src/main/resources/logback-spring.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<configuration>
<include resource="org/springframework/boot/logging/logback/defaults.xml"/>

<springProfile name="local">
<property name="LOKI_URL" value="http://localhost:3100/loki/api/v1/push"/>
</springProfile>
<!-- <springProfile name="local">-->
<!-- <property name="LOKI_URL" value="http://localhost:3100/loki/api/v1/push"/>-->
<!-- </springProfile>-->
<springProfile name="dev">
<property name="LOKI_URL" value="http://loki:3100/loki/api/v1/push"/>
</springProfile>
Expand Down

0 comments on commit cb5664d

Please sign in to comment.