You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Avoid adding test flags when using the null logger
The null logger from logr is in the same package as the testing logger,
which means it accidentally adds testing flags to all binaries that
import it. Copy the null logger into the pkg/runtime/log package
to avoid this.
0 commit comments