Skip to content
Snippets Groups Projects
Commit 7f5b0d23 authored by Charlotte Hausman's avatar Charlotte Hausman
Browse files

remove unnecessary log

parent 9dcf03f5
No related branches found
No related tags found
3 merge requests!1687Pickup patch changes,!1685merge patch to main,!1664fixes and updates for the workflow reacquire system
Pipeline #15816 passed
......@@ -177,8 +177,6 @@ class MonitorRecover:
if len(inflights) == 0:
logger.info("No in-flight workflows found, skipping workflow reacquisition.")
logger.info(inflights)
for request in inflights:
logger.info(f"Reacquiring monitor for Request #{request.workflow_request_id}...")
self._restart_monitor(self._reacquire_logfile(request), request)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment