Frank Oplinger
11/15/2021, 9:39 PM@task
def generate_set_sublists(inspection_id):
logger = prefect.context.get("logger")
<http://logger.info|logger.info>("An info message.")
logger.warning("A warning message.")
But, despite the task completing successfully, I can’t see those logs in the prefect cloud api. I do however see the ‘Starting task run…’ and ‘Finished task run for task with final state: Success’ logs that seem like the default. I am currently running my flow using the ECS Agent using Fargate. Thanks in advance.Kevin Kho
Frank Oplinger
11/15/2021, 9:56 PMFrank Oplinger
11/15/2021, 10:23 PMKevin Kho
Frank Oplinger
11/15/2021, 10:33 PM