Skip to content

Commit

Permalink
remove unnecessary log info
Browse files Browse the repository at this point in the history
  • Loading branch information
paulyufan2 committed Apr 1, 2024
1 parent 38a9931 commit a3c58b9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion cns/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ func (service *Service) AddListener(config *common.ServiceConfig) error {
}
}

logger.Printf("legacy server url: %+v", nodeURL)
logger.Debugf("legacy server url: %+v", nodeURL)

nodeListener, err := acn.NewListener(nodeURL)
if err != nil {
Expand Down
1 change: 0 additions & 1 deletion cns/service/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -872,7 +872,6 @@ func main() {
}()
}

logger.Printf("[Azure CNS] Start HTTP listener %+v", config)
if httpRestService != nil {
if cnsconfig.EnablePprof {
httpRestService.RegisterPProfEndpoints()
Expand Down

0 comments on commit a3c58b9

Please sign in to comment.