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