Skip to content

Commit

Permalink
cleaning up log messages
Browse files Browse the repository at this point in the history
  • Loading branch information
quaquel committed Mar 28, 2024
1 parent 9260bfe commit 6b48e3e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ema_workbench/em_framework/futures_mpi.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,8 @@ def logwatcher(stop_event):
try:
logger = logging.getLogger(record.name)
except Exception as e:
_logger.info(repr(record))
if record.msg is None:
_logger.info("received sentinel")
_logger.debug("received sentinel")
break
else:
# AttributeError if record does not have a name attribute
Expand Down

0 comments on commit 6b48e3e

Please sign in to comment.