Files
velero/pkg
Pierluigi Lenoci 0fa1910afb fix: honor -stderrthreshold when -logtostderr is true (default)
klog v2 defaults -logtostderr to true, which silently ignores the
-stderrthreshold flag — all log levels are unconditionally sent to
stderr. This makes it impossible for log-aggregation systems to filter
by severity.

Bump klog to v2.140.0 and opt into the fixed behavior by setting
legacy_stderr_threshold_behavior=false and stderrthreshold=INFO (which
preserves current output while letting users override via CLI flags).

Ref: kubernetes/klog#212, kubernetes/klog#432
Signed-off-by: Pierluigi Lenoci <pierluigilenoci@gmail.com>
2026-04-22 09:44:47 +02:00
..
2026-04-17 15:38:44 +08:00
2026-04-07 07:35:25 +00:00
2025-07-22 15:56:04 +08:00
2026-02-10 13:35:07 +08:00
2025-12-31 15:42:14 +08:00
2025-11-26 14:16:42 +08:00
2026-01-14 17:45:01 +08:00