Make logger less verbose on OpenShift 4.x (#16536)

Signed-off-by: Sergii Kabashniuk <skabashniuk@redhat.com>
7.20.x
Sergii Kabashniuk 2020-04-03 14:40:00 +02:00 committed by GitHub
parent f9b6949353
commit 43c9dd7b47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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());