From b612d671bdf74f112fc02bd9f39fb0e4b1aec501 Mon Sep 17 00:00:00 2001 From: Christof Rabensteiner Date: Mon, 26 Aug 2019 15:33:04 +0200 Subject: Log Incoming And Outgoing Messages with CXF Logging Interceptors - Add loggin dependency. - Enable Message Logging for Services and Clients. - Add message logging config + examples to application.yaml --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index a8191bf..5c0f324 100644 --- a/pom.xml +++ b/pom.xml @@ -103,6 +103,11 @@ cxf-spring-boot-starter-jaxws ${cxf.version} + + org.apache.cxf + cxf-rt-features-logging + ${cxf.version} + org.springframework.boot -- cgit v1.2.3