villebro opened a new pull request, #129: URL: https://github.com/apache/superset-kubernetes-operator/pull/129
## Summary Reduce repetitive controller logs emitted during expected lifecycle and status polling states. When lifecycle tasks gate component reconciliation, component Deployments may legitimately be absent. The controller already reports that through Superset status, so logging every expected `NotFound` at info level adds noise without improving diagnosability. ## Details - Suppress expected component Deployment `NotFound` logs during status refresh. - Move routine reconcile, optional CRD skip, drain wait, maintenance wait, and repeated lifecycle terminal/skip messages to verbose logging. - Keep lifecycle transition and recovery logs visible at info level. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
