From 3ef2c1ace2e666f379d9afbf15a2197d96ac20c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Wed, 3 Apr 2024 14:42:50 +0800 Subject: [PATCH] 1 --- business/jxutils/tasks/configrefresh.go | 1 + 1 file changed, 1 insertion(+) diff --git a/business/jxutils/tasks/configrefresh.go b/business/jxutils/tasks/configrefresh.go index 3ca370c09..970cd4471 100644 --- a/business/jxutils/tasks/configrefresh.go +++ b/business/jxutils/tasks/configrefresh.go @@ -361,6 +361,7 @@ func PollingRemotEvent(remoteURL string, waitSecond int, params map[string]inter time.Sleep(errRefreshGap) } } + globals.SugarLogger.Debugf("tokenInfo========= :%s", utils.Format4Output(tokenInfo, false)) return tokenInfo }