Make logger less verbose on OpenShift 4.x (#16536)
Signed-off-by: Sergii Kabashniuk <skabashniuk@redhat.com>7.20.x
parent
f9b6949353
commit
43c9dd7b47
|
|
@ -535,7 +535,7 @@ public class KubernetesDeployments {
|
|||
// https://github.com/kubernetes/kubernetes/pull/86557
|
||||
lastTimestamp = firstTimestamp;
|
||||
} else {
|
||||
LOG.warn(
|
||||
LOG.debug(
|
||||
"lastTimestamp and firstTimestamp are undefined. Event: {}. Fallback to the current time.",
|
||||
event);
|
||||
lastTimestamp = PodEvents.convertDateToEventTimestamp(new Date());
|
||||
|
|
|
|||
Loading…
Reference in New Issue