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

Use --verbosity to toggle between spinner and verbose Ginkgo output #168

Closed
xrstf opened this issue Apr 2, 2024 · 0 comments · Fixed by #176
Closed

Use --verbosity to toggle between spinner and verbose Ginkgo output #168

xrstf opened this issue Apr 2, 2024 · 0 comments · Fixed by #176

Comments

@xrstf
Copy link
Contributor

xrstf commented Apr 2, 2024

Currently hydrophone uses a spinner to indicate something is going on. This is, I think, because Ginkgo's default output is one long line, so the line-based log reading hydrophone does waits "forever" and no progress is visible.

Since there is already a --verbosity flag, I was wondering if it could be used to toggle between

  • v <=4: show the spinner, like it is right now
  • v >= 6: do not show the spinner, but configure E2E_EXTRA_GINKGO_ARGS=-v, which will lead to more line-based output.

Currently, setting the -v arg on Ginkgo by hacking hydrophone looks like

2024-04-03T00-56-07

So a way to disable the spinner in favor of more verbose output would be nice.

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.

1 participant