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
+10-4Lines changed: 10 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -85,11 +85,17 @@ public InformerEventSource(InformerConfiguration<R, P> configuration, Kubernetes
85
85
86
86
@Override
87
87
publicvoidonAdd(Rresource) {
88
+
if (log.isDebugEnabled()) {
89
+
log.debug("On add event received for resource id: {}", ResourceID.fromResource(resource));
0 commit comments