Skip to content

Commit

Permalink
fix log register scope
Browse files Browse the repository at this point in the history
  • Loading branch information
johnlanni committed Nov 27, 2024
1 parent 810731e commit 0b49943
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion pkg/cert/log.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ package cert

import "istio.io/istio/pkg/log"

var CertLog = log.RegisterScope("cert", "Higress Cert process.", 0)
var CertLog = log.RegisterScope("cert", "Higress Cert process.")
2 changes: 0 additions & 2 deletions pkg/ingress/kube/ingressv1/status.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0b49943

Please sign in to comment.