Agent: Change log level of "stop signal" message to info

This commit is contained in:
Mike Salvatore 2021-12-15 11:16:14 -05:00
parent 8ec580e19c
commit b262be8d1d
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ class AutomatedMaster(IMaster):
self._control_channel.should_agent_stop, CHECK_FOR_STOP_AGENT_COUNT
)
if stop:
logger.debug('Received the "stop" signal from the Island')
logger.info('Received the "stop" signal from the Island')
self._stop.set()
except IslandCommunicationError as e:
logger.error(f"An error occurred while trying to check for agent stop: {e}")