Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
catalog: Tweak verbiage of log line (#2372)
Browse files Browse the repository at this point in the history
  • Loading branch information
draychev authored Jan 26, 2021
1 parent 5d7df9f commit d8b7249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/catalog/routes.go
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ func (mc *MeshCatalog) ListAllowedOutboundServicesForIdentity(identity service.K

//GetWeightedClusterForService returns the weighted cluster for a given service
func (mc *MeshCatalog) GetWeightedClusterForService(svc service.MeshService) (service.WeightedCluster, error) {
log.Trace().Msgf("Finding weighted cluster for service %s", svc)
log.Trace().Msgf("Looking for weighted cluster for service %s", svc)

if mc.configurator.IsPermissiveTrafficPolicyMode() {
return getDefaultWeightedClusterForService(svc), nil
Expand Down

0 comments on commit d8b7249

Please sign in to comment.