Closed
Description
Arjen Poutsma opened SWS-326 and commented
Currently, sent and received messages are both logged on the MessageTracing logger (in WebServiceTemplate and MessageDispatcher). It is more useful to separate these into two separate loggers, so that users can configure whether they want to enable logging separately.
Without breaking backwards compatibility, we can introduce more finegrained logger categories:
org.springframework.ws.client.MessageTracing.sent and
org.springframework.ws.client.MessageTracing.received
and the server-side versions:
org.springframework.ws.server.MessageTracing.sent and
org.springframework.ws.server.MessageTracing.received
Issue Links:
- Document MessageTracing logging [SWS-319] #473 Document MessageTracing logging
("is depended on by")
Referenced from: commits 11d4262