Skip to content

Separate MessageTracing logger between sent and received messages [SWS-326] #480

Closed
@gregturn

Description

@gregturn

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:

Referenced from: commits 11d4262

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions