mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-31 08:36:16 +00:00
Merge pull request #118096 from tnqn/fix-confusing-check
Remove undesired verbose fields from log
This commit is contained in:
@@ -229,7 +229,7 @@ func (e *EventedPLEG) processCRIEvents(containerEventsResponseCh chan *runtimeap
|
||||
if klog.V(6).Enabled() {
|
||||
klog.ErrorS(err, "Evented PLEG: error generating pod status from the received event", "podUID", podID, "podStatus", status)
|
||||
} else {
|
||||
klog.ErrorS(err, "Evented PLEG: error generating pod status from the received event", "podUID", podID, "podStatus", status)
|
||||
klog.ErrorS(err, "Evented PLEG: error generating pod status from the received event", "podUID", podID)
|
||||
}
|
||||
} else {
|
||||
if klogV := klog.V(6); klogV.Enabled() {
|
||||
|
Reference in New Issue
Block a user