updates to tone down warning logs to debug in broker.py and session.py

This commit is contained in:
Blake Harnden 2019-09-30 12:58:13 -07:00
parent 3f1ff113ca
commit a798774f18
2 changed files with 2 additions and 2 deletions

View file

@ -496,7 +496,7 @@ class CoreBroker(object):
# add other nets here that do not require tunnels
if isinstance(net, EmaneNet):
logging.warning("emane network does not require a tunnel")
logging.debug("emane network does not require a tunnel")
return None
server_interface = getattr(net, "serverintf", None)

View file

@ -1721,7 +1721,7 @@ class Session(object):
if net_index == 0:
updown_script = self.options.get_config("controlnet_updown_script")
if not updown_script:
logging.warning("controlnet updown script not configured")
logging.debug("controlnet updown script not configured")
prefixes = prefix_spec.split()
if len(prefixes) > 1: