You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
marcopaga
changed the title
Property 'soap.messages.logging' has no effect in client mode
Message Logging uses Deprecated API and can be refactored to the new Logging-Feature
Feb 25, 2020
…ase keep in mind that this commit is a WIP one ;)
I would like to discuss the idea behind logging and the current implementation to find a sweet spot for this starter. My way is to move some implicit couplings to the ELK Stack out of this codebase.
The CXF Logging Feature (https://cxf.apache.org/docs/message-logging.html) can handle some of our needs.
This change would cause us to talk about the configuration properties.
E.g.
* I can control logging of WebService endpoints using the standard spring boot mechanisms.
* (Re)move explicit creation of ELK Tags and use the one created by the Feature?
The property
soap.messages.logging=true
has no effect on the logging output.The text was updated successfully, but these errors were encountered: