mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-01-06 22:13:08 -06:00
squelch metrics graph construction to trace
This commit is contained in:
parent
c04e3c0987
commit
2b3c897d6a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user