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

[structure logging][3/n] Remove verbosity #1953

Merged
merged 1 commit into from
Feb 29, 2024

Conversation

kevin85421
Copy link
Member

@kevin85421 kevin85421 commented Feb 29, 2024

Why are these changes needed?

Currently, the criteria for when to use V(0) or V(1) are completely undefined. This PR removes V(1) and uses V(0) (which is equivalent to not specifying V) instead. In the future, we may consider using V(0) and V(1) for different purposes. The controller-runtime logging guide offers some recommendations on the best practices for verbosity, which can be found here. Open an issue #1954 to track the progress.

Related issue number

Checks

  • I've made sure the tests are passing.
  • Testing Strategy
    • Unit tests
    • Manual tests
    • This PR is not tested :(

@kevin85421 kevin85421 marked this pull request as ready for review February 29, 2024 19:27
@kevin85421 kevin85421 merged commit 0999bae into ray-project:master Feb 29, 2024
23 checks passed
@kevin85421 kevin85421 self-assigned this Mar 2, 2024
ravishtiwari pushed a commit to ravishtiwari/kuberay that referenced this pull request Mar 3, 2024
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.

None yet

2 participants