Peter
06/23/2020, 12:01 AMMarwan Sarieddine
06/23/2020, 12:03 AMChris White
06/23/2020, 12:08 AMstandard_logger = logging.getLogger(__name__)
standard_logger.setLevel(<http://logging.INFO|logging.INFO>)
standard_logger.addHandler(logging.StreamHandler())
(Marwan’s suggestion is also a good one - it tells Prefect to configure the loggers for you; this is particularly useful when running flows against Prefect’s API)Peter
06/24/2020, 7:04 PMChris White
06/24/2020, 7:04 PM