https://prefect.io logo
d

David Maxson

09/13/2023, 2:19 PM
I saw lots of folks use
log_print
, which is great, and
get_run_logger
is always available, but I've often wanted
log.
or
logging.
calls in external functions (not always used from within prefect) to also end up in my flow logs. Is there any way to configure my flow so the run logger gets added as a handler for the built-in root logger?