Skip to content

Commit

Permalink
Adapting logging in BasePayloadProcessorInbound
Browse files Browse the repository at this point in the history
  • Loading branch information
switschel committed Oct 22, 2024
1 parent 83e3eaa commit 474f021
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ public ProcessingContext<T> substituteInTargetAndSend(ProcessingContext<T> conte
substituteValue = postProcessingCache.get(pathTarget).get(last).clone();
}
log.warn(
"Tenant {} - During the processing of this pathTarget: {} a repair strategy: {} was used.",
"Tenant {} - During the processing of this pathTarget: '{}' a repair strategy: '{}' was used.",
tenant,
pathTarget, substituteValue.repairStrategy);
}
Expand Down

0 comments on commit 474f021

Please sign in to comment.