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

Example question #28

Closed
eddycharly opened this issue Oct 11, 2022 · 2 comments
Closed

Example question #28

eddycharly opened this issue Oct 11, 2022 · 2 comments

Comments

@eddycharly
Copy link

eddycharly commented Oct 11, 2022

Here:

log.V(1).V(1).Info("you should NOT see this")

Why should we NOT see this ?

@thockin
Copy link
Collaborator

thockin commented Oct 23, 2022

V(1).V(1) == V(2) and verbosity is set to 1

@thockin thockin closed this as completed Oct 23, 2022
@eddycharly
Copy link
Author

Understood, thanks.

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

No branches or pull requests

2 participants