diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index ed2c07da..7bd4f281 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -8,17 +8,20 @@ quarkus.banner.enabled=false # ------------------------------------------------------------------------------ quarkus.log.console.format=%d{yyyy-MM-dd HH:mm:ss.SSS} [%X{requestId}] [%p] [%c{2}] %m%n +quarkus.rest-client.logging.body-limit=32768 +quarkus.log.category."org.jboss.resteasy.reactive.client.logging".level=DEBUG + %dev.quarkus.log.level=INFO %dev.quarkus.log.category."it.pagopa.swclient.mil.auth".level=DEBUG %dev.quarkus.rest-client.logging.scope=all -%dev.quarkus.rest-client.logging.body-limit=32768 -%dev.quarkus.log.category."org.jboss.resteasy.reactive.client.logging".level=DEBUG %test.quarkus.log.level=ERROR %test.quarkus.log.category."it.pagopa.swclient.mil.auth".level=DEBUG +%test.quarkus.rest-client.logging.scope=none %prod.quarkus.log.level=${auth.quarkus-log-level} %prod.quarkus.log.category."it.pagopa.swclient.mil.auth".level=${auth.app-log-level} +%prod.quarkus.rest-client.logging.scope=${auth.quarkus-rest-client-logging-scope} # ------------------------------------------------------------------------------ # Cryptoperiod of RSA keys in seconds (86400s = 1d)