improve: log informer re-use on info level - #3569
Conversation
Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Pull request overview
This PR adjusts logging in the informer pooling layer to make informer re-use visible at INFO level, improving operator startup/runtime observability around shared informer behavior.
Changes:
- Promote the “Reusing pooled informer…” log line in
DefaultInformerPool#getInformerfromDEBUGtoINFO.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
This seems to be an important enough information to log on startup.
Signed-off-by: Attila Mészáros a_meszaros@apple.com