Skip to content

Commit 88d353d

Browse files
mssalvatorecakekoa
authored andcommitted
Agent: Add debug log just before stopping the QueueListener
1 parent d7ee338 commit 88d353d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

monkey/infection_monkey/main.py

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ def main():
5050
except Exception as err:
5151
logger.exception(f"An unexpected error occurred while running the agent: {err}")
5252
finally:
53+
logger.debug("Stopping the queue listener")
5354
queue_listener.stop()
5455

5556

0 commit comments

Comments
 (0)