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
sentMessageTracingLogger logs the WebService request only correct, if receivedMessageTracingLogger is set to TRACE level. Otherwise, the WebService request will be logged as empty String.
Therefore it is not possible to log the WebService request message only once. WebService request message is either logged twice (if sentMessageTracingLogger AND receivedMessageTracingLogger both are set to LogLevel.TRACE) or WebService request message is never logged (for all other LogLevels of sentMessageTracingLogger and receivedMessageTracingLogger).