Skip to content

Commit d15777a

Browse files
authored
Set default log level for OIDC provider to DEBUG (#4471)
1 parent 1b569bb commit d15777a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/src/main/resources/application.properties

+2-1
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ quarkus.log.console.json=${ENABLE_JSON_LOG:false}
8888
quarkus.log.console.format=%d{YYYY-MM-dd HH:mm:ss} %p [%C] (%t) %m%n
8989
quarkus.log.console.color=false
9090
quarkus.log.min-level=TRACE
91+
quarkus.log.category."io.quarkus.oidc.runtime.OidcProvider".level=DEBUG
9192

9293
## Max HTTP request body size (large files needed to support Import functionality)
9394
## (Set to 50MB)
@@ -245,4 +246,4 @@ registry.datasource.green.jdbc.max-size=100
245246
registry.gitops.id=main
246247
registry.gitops.repo.origin.uri=http://localhost
247248
registry.gitops.repo.origin.branch=main
248-
registry.gitops.refresh.every=30s
249+
registry.gitops.refresh.every=30s

0 commit comments

Comments
 (0)