From 5818cc5785ae415e3370f6146500118065a42424 Mon Sep 17 00:00:00 2001 From: Leufolium Date: Tue, 14 May 2024 22:50:42 +0800 Subject: [PATCH] by Robin at 20240514 --- vendor/github.com/xxl-job/xxl-job-executor-go/executor.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/github.com/xxl-job/xxl-job-executor-go/executor.go b/vendor/github.com/xxl-job/xxl-job-executor-go/executor.go index 83b59f12..3c9dbc7d 100644 --- a/vendor/github.com/xxl-job/xxl-job-executor-go/executor.go +++ b/vendor/github.com/xxl-job/xxl-job-executor-go/executor.go @@ -288,7 +288,7 @@ func (e *executor) registry() { e.log.Error("执行器注册失败3:" + string(body)) return } - e.log.Info("执行器注册成功:" + string(body)) + //e.log.Info("执行器注册成功:" + string(body)) }() } -- 2.41.0