go-logr/stdr

Example question

eddycharly opened this issue · 2 comments

Here:

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

Why should we NOT see this ?

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

Understood, thanks.