diff --git a/core/src/main/java/org/apache/accumulo/core/zookeeper/ZooCache.java b/core/src/main/java/org/apache/accumulo/core/zookeeper/ZooCache.java index ff47b338b80..ab0d915a8e4 100644 --- a/core/src/main/java/org/apache/accumulo/core/zookeeper/ZooCache.java +++ b/core/src/main/java/org/apache/accumulo/core/zookeeper/ZooCache.java @@ -180,7 +180,7 @@ public ZooCache(ZooSession zk, Set pathsToWatch, Ticker ticker) { this.nodeCache = cache.asMap(); this.watchedPaths = Collections.unmodifiableNavigableSet(new TreeSet<>(pathsToWatch)); setupWatchers(); - log.trace("{} created new cache", cacheId, new Exception()); + log.trace("{} created new cache watching {}", cacheId, pathsToWatch, new Exception()); } public void addZooCacheWatcher(ZooCacheWatcher watcher) {