Quick question. Is there a recommended method for ...
# prefect-getting-started
j
Quick question. Is there a recommended method for logging in a custom retry handler ala
retry_condition_fn
as seen in https://docs.prefect.io/latest/concepts/tasks/#custom-retry-behavior?
I figured it out. You can use
get_run_logger()
inside the handler just like a task or flow.
thank you 1