Skip to content

Commit c49a306

Browse files
committed
add logging for WATCH_NAMESPACE
1 parent 077a727 commit c49a306

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ func main() {
8080
watchNamespace: cache.Config{},
8181
},
8282
}
83+
setupLog.Info("WATCH_NAMESPACE is configured", "ns", watchNamespace)
8384
}
8485

8586
mgr, err := ctrl.NewManager(ctrl.GetConfigOrDie(), mgrOpts)

0 commit comments

Comments
 (0)