Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auto-scroll logs while following the task's output in real time #448

Open
Jackenmen opened this issue Jun 13, 2022 · 1 comment
Open

Auto-scroll logs while following the task's output in real time #448

Jackenmen opened this issue Jun 13, 2022 · 1 comment

Comments

@Jackenmen
Copy link

I think this is pretty common in the output of other CIs (GitHub Actions and AppVeyor do it, it's been a while since I used Travis CI, Circle CI, or Azure Pipelines but I believe they all do it as well). When you are at the bottom of the current task step, they continue to keep you at the bottom of those logs so that you can follow them in real-time easily. Due to this missing UX feature, it's been incredibly inconvenient for me to follow task output in real-time on Cirrus CI.

One thing to note about the implementation is that the auto-scroll should only happen if you're actually at the bottom of the logs, I wouldn't want my page to keep going down when I want to stop and look at some part of the logs while it's running.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants
@fkorotkov @Jackenmen and others