Skip to content

Commit

Permalink
0003865: Improve logging readability and appropriate levels
Browse files Browse the repository at this point in the history
  • Loading branch information
erilong committed Jan 30, 2019
1 parent c495ccc commit c67f9f7
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -87,7 +87,7 @@ public BatchAckResult ack(final BatchAck batch) {
oldStatus = outgoingBatch.getStatus();
outgoingBatch.setStatus(Status.OK);
outgoingBatch.setErrorFlag(false);
log.info("Batch {} for {} was set to {}. Updating the status to OK",
log.info("Batch {} for node {} was set to {}. Updating the status to OK.",
new Object[] { batch.getBatchId(), batch.getNodeId(), oldStatus.name() });
}
if (batch.isIgnored()) {
Expand Down

0 comments on commit c67f9f7

Please sign in to comment.