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
fix: honor --stderrthreshold flag when --logtostderr is enabled
When logtostderr is enabled, klog's legacy behavior ignores the
stderrthreshold flag. This opts into the fixed behavior introduced in
klog v2.130.0 by setting legacy_stderr_threshold_behavior=false.
See: kubernetes/klog#432
Signed-off-by: Pierluigi Lenoci <pierluigi.lenoci@gmail.com>
0 commit comments