-
Make logging more concise (#410)
Some checks failedLint and Test Charts / lint-test (push) Has been cancelledreleased this
2021-03-19 22:34:25 +00:00 | 1473 commits to master since this releaseThis makes logging more concise by changing logger names to something like
controllers.Runnertoactions-runner-controller.runnerafter the standardcontroller-rutime.controllerand reducing redundant logs by removing unnecessary requeues. I have also tweaked log messages so that their style is more consistent, which will also help readability. Also, runnerreplicaset-controller lacked useful logs so I have enhanced it.Downloads