https://prefect.io logo
c

Christopher Boyd

09/13/2023, 2:20 PM
Copy code
from prefect import get_run_logger

@task
get_weather():
    logger = get_run_logger()
    <http://logger.info|logger.info>(f"{value}")