From 4dd87396681cc8ad89256c6a329b51f14c113306 Mon Sep 17 00:00:00 2001 From: Bartosz Gardziejewski Date: Fri, 7 Feb 2020 08:27:34 +0100 Subject: Add endpoint for CSR, that will log received data. Issue-ID: AAF-995 Signed-off-by: Bartosz Gardziejewski Change-Id: I6f2ab981669158c3b4c8d8c26fa829f7967aa712 --- certService/src/main/resources/application.properties | 3 ++- certService/src/main/resources/log4j2.xml | 6 ++++-- 2 files changed, 6 insertions(+), 3 deletions(-) (limited to 'certService/src/main/resources') diff --git a/certService/src/main/resources/application.properties b/certService/src/main/resources/application.properties index 43f65f09..a157ae66 100644 --- a/certService/src/main/resources/application.properties +++ b/certService/src/main/resources/application.properties @@ -1,3 +1,4 @@ #Actuator properties management.endpoints.enabled-by-default=false -management.endpoint.health.enabled=true \ No newline at end of file +management.endpoint.health.enabled=true +springdoc.swagger-ui.path=/docs diff --git a/certService/src/main/resources/log4j2.xml b/certService/src/main/resources/log4j2.xml index 0c4d613f..48cc23c8 100644 --- a/certService/src/main/resources/log4j2.xml +++ b/certService/src/main/resources/log4j2.xml @@ -5,7 +5,7 @@ - + @@ -42,9 +42,11 @@ + + @@ -55,4 +57,4 @@ - \ No newline at end of file + -- cgit 1.2.3-korg