Skip to content

Commit

Permalink
Merge branch 'dev' into LNK-3055-Update-measure-eval-to-use-3.12-CQFr…
Browse files Browse the repository at this point in the history
…amework-libraries
  • Loading branch information
seanmcilvenna authored Oct 17, 2024
2 parents 585e3f5 + 0ad5152 commit 446e059
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 3 additions & 1 deletion Java/validation/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ artifact:
loki:
enabled: false
url: ''
app: link-dev

server:
port: 31820

Expand Down Expand Up @@ -49,4 +51,4 @@ secret-management:

authentication:
anonymous: false
authority: ''
authority: ''
5 changes: 3 additions & 2 deletions Java/validation/src/main/resources/logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<configuration scan="true" scanPeriod="10 seconds">
<springProperty scope="context" name="loki_enabled" source="loki.enabled"/>
<springProperty scope="context" name="loki_url" source="loki.url"/>
<springProperty scope="context" name="loki_app" source="loki.app" />

<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
<encoder>
Expand All @@ -17,7 +18,7 @@
</http>
<format>
<label>
<pattern>app=link-cloud,component=Validation</pattern>
<pattern>app=${loki_app},component=Validation</pattern>
<readMarkers>true</readMarkers>
</label>
<message>
Expand Down Expand Up @@ -50,4 +51,4 @@
</root>
</else>
</if>
</configuration>
</configuration>

0 comments on commit 446e059

Please sign in to comment.