codecentric / cxf-spring-boot-starter

Enterprise & production ready SOAP webservices powered by Spring Boot & Apache CXF
https://blog.codecentric.de/en/2016/10/spring-boot-apache-cxf-spring-boot-starter/
143 stars 78 forks source link

Message Logging uses Deprecated API and can be refactored to the new Logging-Feature #72

Open marcopaga opened 4 years ago

marcopaga commented 4 years ago

The property soap.messages.logging=true has no effect on the logging output.

jonashackt commented 4 years ago

Is this somehow related to https://github.com/codecentric/cxf-spring-boot-starter/issues/47 ?

marcopaga commented 4 years ago

We were not using the client that is provided by the starter, so the automatic setup doesn't work. We couldn't set credentials for the client so we needed to go a bit offroad. I'll create a ticket for client credentials and link it here.