Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion automation/canfar_polling.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ async def reconcile_running_prefect_with_canfar_task(limit: int = 200) -> dict:
"skipped_untagged": result.skipped_untagged,
}

@flow(name="Get completed sessions logs and push to Canfar directory")
@flow(name="Get completed sessions logs and push to Canfar directory", log_prints=True)
def get_completed_session_logs():
"""
Get recently completed CANFAR sessions and push their logs to Canfar directory.
Expand Down
Loading