From 627e3f51d95032160beb385847b635029d8a1d73 Mon Sep 17 00:00:00 2001 From: Dave Marion Date: Thu, 23 Jan 2025 08:41:39 -0500 Subject: [PATCH] Update server/monitor/src/main/java/org/apache/accumulo/monitor/next/InformationFetcher.java Co-authored-by: Christopher Tubbs --- .../org/apache/accumulo/monitor/next/InformationFetcher.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 b8f9c4701c8..8c620b01e43 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 @@ -160,7 +160,7 @@ public void run() { "TableNotFoundException thrown while trying to gather information for table: " + table, e); } catch (Exception e) { - LOG.warn("Interrupted while trying to gather information for table: {}", table); + LOG.warn("Interrupted while trying to gather information for table: {}", table, e); } } }