Skip to content

Commit

Permalink
Update server/monitor/src/main/java/org/apache/accumulo/monitor/next/…
Browse files Browse the repository at this point in the history
…InformationFetcher.java

Co-authored-by: Christopher Tubbs <[email protected]>
  • Loading branch information
dlmarion and ctubbsii authored Jan 23, 2025
1 parent 627e3f5 commit 9555be3
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,7 @@ public void run() {
ThriftUtil.returnClient(metricsClient, ctx);
}
} catch (Exception e) {
LOG.warn("Error trying to get metrics from server: {}. Error message: {}", server,
e.getMessage());
LOG.warn("Error trying to get metrics from server: {}", server, e);
summary.processError(server);
}
}
Expand Down

0 comments on commit 9555be3

Please sign in to comment.