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 }