diff --git a/alfresco-transformer-base/src/main/resources/application.yaml b/alfresco-transformer-base/src/main/resources/application.yaml index f238afe4..5e0bb62d 100644 --- a/alfresco-transformer-base/src/main/resources/application.yaml +++ b/alfresco-transformer-base/src/main/resources/application.yaml @@ -19,6 +19,8 @@ activemq: server: port: 8090 + error: + include-message: ALWAYS logging: level: diff --git a/pom.xml b/pom.xml index 6ddcaa75..238f358d 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 2.2.6.RELEASE + 2.3.1.RELEASE