Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce some noisy logs #166

Merged

Commits on Oct 13, 2023

  1. Reduce some noisy logs

    Because this controller runs on a loop (is not event-driven), it will
    often log messages that it is not doing anything. These are not often
    very useful, but can add up to a huge amount of text over a period of
    time. These changes generally decrease the number of logs this process
    will produce.
    
    Refs:
     - https://issues.redhat.com/browse/ACM-7778
    
    Signed-off-by: Justin Kulikauskas <jkulikau@redhat.com>
    JustinKuli committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    4e748fe View commit details
    Browse the repository at this point in the history