Skip to content

Commit

Permalink
Make logger less verbose on OpenShift 4.x (eclipse-che#16536)
Browse files Browse the repository at this point in the history
Signed-off-by: Sergii Kabashniuk <skabashniuk@redhat.com>
  • Loading branch information
skabashnyuk committed Apr 3, 2020
1 parent f9b6949 commit 43c9dd7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ public void eventReceived(Action action, Event event) {
// 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());
Expand Down

0 comments on commit 43c9dd7

Please sign in to comment.