Skip to content

Commit

Permalink
added a quarkus json logging for the registry app
Browse files Browse the repository at this point in the history
  • Loading branch information
vsverchkov committed Nov 8, 2023
1 parent f231353 commit c2ee0df
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,10 @@
<groupId>io.quarkus</groupId>
<artifactId>quarkus-rest-client-jackson</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-logging-json</artifactId>
</dependency>

<dependency>
<groupId>io.quarkus</groupId>
Expand Down
1 change: 1 addition & 0 deletions app/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ registry.ui.config.auth.oidc.redirect-url=${REGISTRY_OIDC_UI_REDIRECT_URL:http:/
quarkus.http.non-application-root-path=/

## Logging
quarkus.log.console.json=${ENABLE_JSON_LOG:false}
quarkus.log.console.format=%d{YYYY-MM-dd HH:mm:ss} %p [%C] (%t) %m%n
quarkus.log.console.color=false
quarkus.log.min-level=TRACE
Expand Down

0 comments on commit c2ee0df

Please sign in to comment.