changes to logging, moving logs to debug and removing setnemposition logging that could spam output
This commit is contained in:
parent
cc4a25cc21
commit
fcee44775a
3 changed files with 2 additions and 27 deletions
|
@ -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):
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue