changes to logging, moving logs to debug and removing setnemposition logging that could spam output

This commit is contained in:
Blake Harnden 2019-09-13 13:13:59 -07:00
parent cc4a25cc21
commit fcee44775a
3 changed files with 2 additions and 27 deletions

View file

@ -128,7 +128,7 @@ class EmaneModel(WirelessModel):
:return: nothing
"""
logging.info("emane model(%s) has no post setup tasks", self.name)
logging.debug("emane model(%s) has no post setup tasks", self.name)
def update(self, moved, moved_netifs):
"""