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

converting a few info into debug message #916

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Sep 7, 2023

  1. converting a few info into debug message

    A taskRun/pipelineRun is watched as soon as created. Until the run is complete
    and ready to proceed further, the chains controller is logging that the
    taskRun/pipelineRun is still running at the info level. This looks good
    but generates a lot of info in the controller logs and exponentially
    increases with the number of taskRun and pipelineRun. Converting such message
    to be reported at the debug log level.
    
    Formatting a few error message such that the namespace/name is enclosed with
    parenthesis so that its easy to read.
    
    Signed-off-by: Priti Desai <pdesai@us.ibm.com>
    pritidesai committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    62a636a View commit details
    Browse the repository at this point in the history