Merge pull request #1144 from aryan9600/aryan9600/gateway-api

Remove unnecessary log statement
This commit is contained in:
Stefan Prodan
2022-03-15 15:03:16 +02:00
committed by GitHub

View File

@@ -291,8 +291,6 @@ func (gwr *GatewayAPIRouter) SetRoutes(
if err != nil {
return fmt.Errorf("HTTPRoute %s.%s update error: %w while setting weights", hrClone.GetName(), hrNamespace, err)
}
gwr.logger.With("canary", fmt.Sprintf("%s.%s", canary.Name, canary.Namespace)).
Infof("HTTPProxy %s.%s weights updated", hrClone.GetName(), hrNamespace)
return nil
}