Skip to content

Commit

Permalink
Merge pull request #2106 from LayaniMal/log_improve
Browse files Browse the repository at this point in the history
improve correlation logs
  • Loading branch information
rosensilva authored Oct 24, 2023
2 parents e17be30 + 3f5761c commit 76c3c50
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ private void processCallbacks() {
+ getEndpointLogMessage(callback.getSynapseOutMsgCtx(),
callback.getAxis2OutMsgCtx()) + ", "
+ getServiceLogMessage(callback.getSynapseOutMsgCtx())
+ "Correlation ID : " + callback.getAxis2OutMsgCtx().getProperty(
+ ", Correlation ID : " + callback.getAxis2OutMsgCtx().getProperty(
CorrelationConstants.CORRELATION_ID));
}

Expand Down

0 comments on commit 76c3c50

Please sign in to comment.