diff --git a/powerauth-data-adapter/pom.xml b/powerauth-data-adapter/pom.xml index 815d0448..7a19a5ed 100644 --- a/powerauth-data-adapter/pom.xml +++ b/powerauth-data-adapter/pom.xml @@ -63,6 +63,7 @@ 2.2.0 + 7.4 1.5.0-SNAPSHOT 1.5.0-SNAPSHOT @@ -133,6 +134,13 @@ 1.76 + + + net.logstash.logback + logstash-logback-encoder + ${logstash.version} + + org.springdoc diff --git a/powerauth-data-adapter/src/main/resources/application.properties b/powerauth-data-adapter/src/main/resources/application.properties index f454890e..4d00f3d4 100644 --- a/powerauth-data-adapter/src/main/resources/application.properties +++ b/powerauth-data-adapter/src/main/resources/application.properties @@ -35,4 +35,6 @@ powerauth.dataAdapter.service.applicationEnvironment= spring.jpa.open-in-view=false # Disable swagger-ui default petstore url -springdoc.swagger-ui.disable-swagger-default-url=true \ No newline at end of file +springdoc.swagger-ui.disable-swagger-default-url=true + +logging.config=${POWERAUTH_DATA_ADAPTER_LOGGING:}