Tarun Amasa
09/07/2024, 2:38 AMChris White
from prefect import get_run_logger
@flow
def my_flow():
logger = get_run_logger()
and then log whatever you would like from there. There's isn't really a way to automatically log args of all functions though