squelch metrics graph construction to trace

This commit is contained in:
Jonathan Shook 2021-11-19 17:36:55 -06:00
parent c04e3c0987
commit 2b3c897d6a

View File

@ -54,7 +54,7 @@ public class MetricMap implements ProxyObject {
MetricMap newMap = new MetricMap(edgeName,this.name);
current.map.put(edgeName, newMap);
current = newMap;
logger.debug("adding edge:" + edgeName);
logger.trace("adding edge:" + edgeName);
}
}
return current;