PrefectHQ / ui

The home of the Prefect 1 UI
https://cloud.prefect.io
Other
177 stars 42 forks source link

Easily Pull Complete Logs for Flow Run from Prefect UI #487

Open AndrewHannigan opened 3 years ago

AndrewHannigan commented 3 years ago

Why Currently you can only download logs that are rendered to the browser. Since the logs are paginated, the complete log is not availalble at one time on the browser, so it is difficult to download the complete log history for a flow run if there are a nontrivial amount of tasks

What Add a "Download All" option to the log download feature which downloads the entire log to a txt file, not just the log lines that are rendered to browser.

znicholasbrown commented 3 years ago

Hi @AndrewHannigan - we're working on some improvements to make this happen, but we're blocked in the UI at the moment. Will keep this issue in the backlog until those are made!

Related: PrefectHQ/cloud#2899

joelluijmes commented 3 years ago

Hey, any updates on this? The linked issue of @znicholasbrown doesn't exist, so I'm interested to hear if it is still blocked?

znicholasbrown commented 3 years ago

Hi @joelluijmes - sorry for the confusion there, that's an internal issue so won't be visible. We're unblocked on this and are working to introduce this with another set of updates; should be able to close this issue soon!

joelluijmes commented 3 years ago

Cool! That is great to hear 👍

ayushxx7 commented 2 weeks ago

is there another way to access all logs at once? maybe I should be using the prefect backend?