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

Hide progress bars in CI logs #2676

Closed
techi602 opened this issue Jul 24, 2023 · 1 comment
Closed

Hide progress bars in CI logs #2676

techi602 opened this issue Jul 24, 2023 · 1 comment

Comments

@techi602
Copy link
Contributor

It is often inconvenient to browse logs filled with hundreds of lines with just dots and progress bars. Those are useful for interactive command line but not for CI logs.

image

It would be nice, if build.xml will check some variable from ENV which will disable progress bar in various tools.

For example it would include --no-progress parameter to phpstan etc.

@pk16011990
Copy link
Member

Sometimes the progress bar is useful. You can override execution on CI in build.xml, or make it configurable by environment (CI, local, etc.)

Currently, we don't have any plans to do it. Or feel free to do PR with some kind of configurable build.

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

Successfully merging a pull request may close this issue.

2 participants