forked from p15670423/monkey
Agent: Change log level of "stop signal" message to info
This commit is contained in:
parent
8ec580e19c
commit
b262be8d1d
|
@ -111,7 +111,7 @@ class AutomatedMaster(IMaster):
|
||||||
self._control_channel.should_agent_stop, CHECK_FOR_STOP_AGENT_COUNT
|
self._control_channel.should_agent_stop, CHECK_FOR_STOP_AGENT_COUNT
|
||||||
)
|
)
|
||||||
if stop:
|
if stop:
|
||||||
logger.debug('Received the "stop" signal from the Island')
|
logger.info('Received the "stop" signal from the Island')
|
||||||
self._stop.set()
|
self._stop.set()
|
||||||
except IslandCommunicationError as e:
|
except IslandCommunicationError as e:
|
||||||
logger.error(f"An error occurred while trying to check for agent stop: {e}")
|
logger.error(f"An error occurred while trying to check for agent stop: {e}")
|
||||||
|
|
Loading…
Reference in New Issue