Downloading task logs

Hello!

I wondered it whether its possible to download task logs from the Prefect 2.0 or is it available from the backend database?

Thanks,
Aniruddha

1 Like

not server side, but you can do it client side by attaching a log handler to stream logs to e.g. Datadog, Azure Application Insights or just to a file. Check various logging-related recipes from Ryan Peden here on Discourse

Ok, makes sense, thanks again Anna

1 Like