Skip to content

Commit

Permalink
Add rest client log (#442)
Browse files Browse the repository at this point in the history
Co-authored-by: empassaro <113031808+empassaro@users.noreply.github.com>
  • Loading branch information
andrea-putzu and empassaro authored Aug 22, 2024
1 parent 86a0e3d commit 33188a1
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ onboarding-functions.force-institution-persist= ${FORCE_INSTITUTION_PERSIST:fals


## REST CLIENT #
quarkus.rest-client.logging.scope=request-response
quarkus.rest-client.logging.body-limit=50

quarkus.log.category."org.jboss.resteasy.reactive.client.logging".level=INFO

quarkus.openapi-generator.user_registry_json.auth.api_key.api-key = ${USER_REGISTRY_API_KEY:example-api-key}
quarkus.rest-client."org.openapi.quarkus.user_registry_json.api.UserApi".url=${USER_REGISTRY_URL:http://localhost:8080}
Expand Down

0 comments on commit 33188a1

Please sign in to comment.