Dekel R
05/17/2022, 6:21 AMAnna Geller
05/17/2022, 10:49 AMDekel R
06/07/2022, 8:22 AMprefect_logger = get_logger()
stream_handler, cloud_handler = prefect_logger.handlers
logger.addHandler(stream_handler)
logger.addHandler(cloud_handler)
Another question - when running with this configuration -
executor=LocalDaskExecutor(scheduler="processes")
I get no logs.. the logs aren’t shipped to logzio and I also cant see them at the cloud UI (but I can see statuses of tasks)
Am I missing something? Is there anything else I should config while using LocalDaskExecutor?
Thanks.Anna Geller
06/07/2022, 12:06 PMDekel R
06/07/2022, 5:48 PMAnna Geller
06/07/2022, 5:49 PMDekel R
06/07/2022, 5:59 PMAnna Geller
06/07/2022, 6:04 PM