Skip to content
This repository has been archived by the owner on Jun 7, 2024. It is now read-only.

Commit

Permalink
Merge pull request #932 from zalando/ARUHA-1885
Browse files Browse the repository at this point in the history
ARUHA-1885 Hide unnecessary errors and stack traces while flushing su…
  • Loading branch information
antban committed Aug 22, 2018
2 parents c7c9d5b + 690364e commit 11ad8ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ private void flushData(final EventTypePartition pk, final List<ConsumedEvent> da

batchesSent++;
} catch (final IOException e) {
getLog().error("Failed to write data to output.", e);
getLog().warn("Failed to write data to output: {}", e.getMessage());
shutdownGracefully("Failed to write data to output");
}
}
Expand Down

0 comments on commit 11ad8ab

Please sign in to comment.