set flow id logging to debug

This commit is contained in:
Blake Harnden 2019-10-18 14:56:21 -07:00
parent d1e9223d52
commit 83c408359a

View file

@ -680,7 +680,7 @@ class CoreNode(CoreNodeBase):
if self.up: if self.up:
flow_id = self.node_net_client.get_ifindex(veth.name) flow_id = self.node_net_client.get_ifindex(veth.name)
veth.flow_id = int(flow_id) veth.flow_id = int(flow_id)
logging.info("interface flow index: %s - %s", veth.name, veth.flow_id) logging.debug("interface flow index: %s - %s", veth.name, veth.flow_id)
try: try:
# add network interface to the node. If unsuccessful, destroy the # add network interface to the node. If unsuccessful, destroy the