From dceb082a83f9f5996d1a93e2bbd54f7b62a64cd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E7=A5=A5=E8=B6=85?= Date: Mon, 13 Dec 2021 08:27:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=BD=91=E7=BB=9C=E8=BF=9E?= =?UTF-8?q?=E6=8E=A5=E9=94=99=E8=AF=AF=E6=97=A5=E5=BF=97=E7=BA=A7=E5=88=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/remotelogs/utils.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/remotelogs/utils.go b/internal/remotelogs/utils.go index 7b42d85..1d7c61e 100644 --- a/internal/remotelogs/utils.go +++ b/internal/remotelogs/utils.go @@ -79,7 +79,7 @@ func Error(tag string, description string) { // 忽略RPC连接错误 var level = "error" - if strings.Contains(description, "code = Unavailable desc = connection closed") { + if strings.Contains(description, "code = Unavailable desc") { level = "warning" }