You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing/event/source/informer/InformerEventSource.java
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -262,20 +262,21 @@ public Set<R> getSecondaryResources(P primary) {
262
262
263
263
log.debug(
264
264
"Using informer primary to secondary index to find secondary resources for primary name:"
265
-
+ " {} namespace: {}. Found number {}, String id: {}",
265
+
+ " {} namespace: {}. Found number {}, String id: {}. All resources: {}",
0 commit comments