John Song
09/29/2020, 11:49 PMChris White
FileHandler
(https://docs.python.org/3/library/logging.handlers.html#filehandler)
You can access the global prefect logger via:
from prefect.utilities.logging import get_logger
root_logger = get_logger()
and configure it / add handlers from there!John Song
09/30/2020, 12:37 AMChris White
John Song
09/30/2020, 1:00 AMChris White
John Song
09/30/2020, 1:01 AM