Improve debug message.
This commit is contained in:
parent
fe18bb3cdf
commit
9644e5fd83
1 changed files with 1 additions and 0 deletions
|
|
@ -113,6 +113,7 @@ public class K8sObserver<O extends KubernetesObject,
|
|||
}
|
||||
} catch (ApiException | RuntimeException e) {
|
||||
logger.log(Level.FINE, e, () -> "Problem watching"
|
||||
+ " resource " + context.getKind()
|
||||
+ " (will retry): " + e.getMessage());
|
||||
delayRestart(startedAt);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue