diff --git a/server/monitor/src/main/java/org/apache/accumulo/monitor/next/InformationFetcher.java b/server/monitor/src/main/java/org/apache/accumulo/monitor/next/InformationFetcher.java index 8c620b01e43..7dea0d88142 100644 --- a/server/monitor/src/main/java/org/apache/accumulo/monitor/next/InformationFetcher.java +++ b/server/monitor/src/main/java/org/apache/accumulo/monitor/next/InformationFetcher.java @@ -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); } }