Skip to content

Commit 6b6bdf3

Browse files
authored
Merge branch 'ErikOsinga:main' into main
2 parents 29e6ac0 + 18f2d2b commit 6b6bdf3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

automation/canfar_polling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ async def reconcile_running_prefect_with_canfar_task(limit: int = 200) -> dict:
209209
"skipped_untagged": result.skipped_untagged,
210210
}
211211

212-
@flow(name="Get completed sessions logs and push to Canfar directory")
212+
@flow(name="Get completed sessions logs and push to Canfar directory", log_prints=True)
213213
def get_completed_session_logs():
214214
"""
215215
Get recently completed CANFAR sessions and push their logs to Canfar directory.

0 commit comments

Comments
 (0)