Make the logger level as 8 in the DevOps code lines

Signed-off-by: rick <rick@jenkins-zh.cn>
This commit is contained in:
rick
2020-11-23 09:31:56 +08:00
parent 1783b75c98
commit cec7793534

View File

@@ -240,7 +240,7 @@ func (c *Controller) syncHandler(key string) error {
return err
}
} else {
klog.V(7).Info(fmt.Sprintf("nothing was changed, pipeline '%v'", copyPipeline.Spec))
klog.V(8).Info(fmt.Sprintf("nothing was changed, pipeline '%v'", copyPipeline.Spec))
}
} else {
_, err := c.devopsClient.CreateProjectPipeline(nsName, copyPipeline)