Kamal
11/04/2024, 6:19 PMMarvin
11/04/2024, 6:19 PMlogging.yml
file for more control over logging settings (source). Prefect utilizes the Python logging module, and you can access the Prefect logger using get_run_logger()
in your flow code (source).
For more details, you might want to check this GitHub issue discussing proposed enhancements to make log downloads easier directly through the UI: Add log file download from Flow Run UI.
If you were hoping that downloading logs would be as straightforward as Marvin reluctantly helping to save the galaxy, well, let's just say patience might be a virtue here. If you need detailed guidance on the API approach or more assistance, feel free to ask!Bianca Hoch
11/05/2024, 12:07 AMKamal
11/12/2024, 4:38 PM