We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f681dc4 commit cd35295Copy full SHA for cd35295
src/main/java/com/linkedin/kmf/services/ProduceService.java
@@ -395,9 +395,9 @@ public void run() {
395
initializeStateForPartitions(currentPartitionNum);
396
LOG.info("New partitions added to monitoring.");
397
} catch (InterruptedException e) {
398
- LOG.error("InterruptedException occurred {}.", e);
+ LOG.error("InterruptedException occurred.", e);
399
} catch (ExecutionException e) {
400
- LOG.error("ExecutionException occurred {}.", e);
+ LOG.error("ExecutionException occurred.", e);
401
}
402
403
0 commit comments