set default logging to INFO, cleaned up logging to help isolate debug type messages to DEBUG level, fixed issue with shutdown
This commit is contained in:
parent
ba3669712a
commit
44781d0aec
18 changed files with 114 additions and 114 deletions
|
@ -77,7 +77,7 @@ class CoreDocumentWriter1(Document):
|
|||
objects from the given session.
|
||||
"""
|
||||
Document.__init__(self)
|
||||
logger.info('Exporting to NMF XML version 1.0')
|
||||
logger.debug('Exporting to NMF XML version 1.0')
|
||||
with session._objects_lock:
|
||||
self.scenarioPlan = ScenarioPlan(self, session)
|
||||
if session.state == EventTypes.RUNTIME_STATE.value:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue