mirror of
https://github.com/fluxcd/flagger.git
synced 2026-03-02 01:30:48 +00:00
Merge pull request #1144 from aryan9600/aryan9600/gateway-api
Remove unnecessary log statement
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user