Optimize the overall log output (#1549)

This commit is contained in:
澄潭
2024-11-27 20:44:34 +08:00
committed by GitHub
parent ee2dd76ae1
commit ca7458cf1c
11 changed files with 27 additions and 25 deletions

View File

@@ -81,8 +81,6 @@ func (s *statusSyncer) runUpdateStatus() error {
return err
}
IngressLog.Debugf("found number %d of svc", len(svcList))
lbStatusList := common.GetLbStatusListV1(svcList)
if len(lbStatusList) == 0 {
return nil