Skip to content

Commit

Permalink
Removed the log messages of matched entities
Browse files Browse the repository at this point in the history
  • Loading branch information
ManishaKumari295 authored Feb 15, 2024
1 parent 2c1c29f commit dddbc08
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions backend/schedulerd/executor.go
Original file line number Diff line number Diff line change
Expand Up @@ -309,10 +309,6 @@ func processCheck(ctx context.Context, executor Executor, check *corev2.CheckCon
}
// publish proxy requests on matching entities
if matchedEntities := matchEntities(entities, check.ProxyRequests); len(matchedEntities) != 0 {
//display matched entities
matchedEntityJson, _ := json.Marshal(matchedEntities)
matchedEntityJsonData := string(matchedEntityJson)
logger.WithFields(fields).Infof("matched entities: %s", matchedEntityJsonData)
if err := executor.publishProxyCheckRequests(matchedEntities, check); err != nil {
logger.WithFields(fields).WithError(err).Error("error publishing proxy check requests")
}
Expand Down

0 comments on commit dddbc08

Please sign in to comment.