-
Notifications
You must be signed in to change notification settings - Fork 335
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 levels higher than "V(1)" cannot be enabled #2350
Comments
This happens because |
jpeach
added a commit
that referenced
this issue
Jul 12, 2021
When we are in debug logging mode, update the underlying zap log level so that verbose logs up to level 10 will be emitted. This fixes #2350. Signed-off-by: James Peach <james.peach@konghq.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
When I enabled
--log-level=debug
, I was expecting to see log output for call sites that uselog.V(2).Info(...)
, but nothing appears.This patch demonstrated the problem:
The text was updated successfully, but these errors were encountered: