We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fb0053 commit 22f3547Copy full SHA for 22f3547
operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing/event/EventProcessor.java
@@ -158,7 +158,7 @@ private void submitReconciliationExecution(ResourceID resourceID) {
158
controllerUnderExecution,
159
latest.isPresent());
160
if (latest.isEmpty()) {
161
- log.warn("no custom resource found in cache for ResourceID: {}", resourceID);
+ log.debug("no custom resource found in cache for ResourceID: {}", resourceID);
162
}
163
164
} finally {
0 commit comments