set flow id logging to debug
This commit is contained in:
parent
d1e9223d52
commit
83c408359a
1 changed files with 1 additions and 1 deletions
|
@ -680,7 +680,7 @@ class CoreNode(CoreNodeBase):
|
|||
if self.up:
|
||||
flow_id = self.node_net_client.get_ifindex(veth.name)
|
||||
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:
|
||||
# add network interface to the node. If unsuccessful, destroy the
|
||||
|
|
Loading…
Add table
Reference in a new issue