提交 573dab22 编写于 作者: LinuxSuRen's avatar LinuxSuRen

Make the logger level as 8 in the DevOps code lines

Signed-off-by: LinuxSuRen's avatarrick <rick@jenkins-zh.cn>
上级 3293948b
......@@ -255,7 +255,7 @@ func (h *devopsHandler) DeletePipeline(request *restful.Request, response *restf
devops := request.PathParameter("devops")
pipeline := request.PathParameter("pipeline")
klog.V(7).Infof("ready to delete pipeline %s/%s", devops, pipeline)
klog.V(8).Infof("ready to delete pipeline %s/%s", devops, pipeline)
err := h.devops.DeletePipelineObj(devops, pipeline)
if err != nil {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册