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

Log as debug the case when we can't get terminal size #3798

Merged
merged 1 commit into from
Jun 18, 2024

Conversation

olegbespalov
Copy link
Contributor

@olegbespalov olegbespalov commented Jun 18, 2024

What?

This PR switches to debug the log level of the case when we can't get the terminal size.

Why?

As was shown in #3796, there could be no error, but we still can't determine the size of the terminal. It seems that it's not important since it's just switching some of the rendering features. However, having this as the warning in CI pipelines affects UX usage.

Checklist

  • I have performed a self-review of my code.
  • I have added tests for my changes.
  • I have run linter locally (make lint) and all checks pass.
  • I have run tests locally (make tests) and all tests pass.
  • I have commented on my code, particularly in hard-to-understand areas.

Related PR(s)/Issue(s)

Closes #3796

@olegbespalov olegbespalov self-assigned this Jun 18, 2024
@olegbespalov olegbespalov requested a review from a team as a code owner June 18, 2024 07:00
@olegbespalov olegbespalov requested review from codebien and joanlopez and removed request for a team June 18, 2024 07:00
@joanlopez joanlopez added this to the v0.52.0 milestone Jun 18, 2024
@olegbespalov olegbespalov merged commit 41db838 into master Jun 18, 2024
22 checks passed
@olegbespalov olegbespalov deleted the chore/term-size branch June 18, 2024 08:38
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 this pull request may close these issues.

Warning is thrown while running a test on a CodeFresh pipeline
3 participants