You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The logs shows the internal address of the VPC instead of the real value
aws-gateway-api-controller-aws-gateway-controller-chart-7bsfsd9 manager {"level":"debug","ts":"2023-11-22T13:05:42.660Z","logger":"controller.gateway","caller":"lattice/service_network_manager.go:195","msg":"ServiceNetwork app-services-gw already has VPC association %!s(*string=0xc0005fe0f0)"}
Seems the vpc are is a pointer, here we print it's address which is not useful
mikhail-aws
changed the title
Error in logs when Service Network already have a VPC association, print memory instead of vic)
Error in logs when Service Network already have a VPC association, print memory addr instead of SNVA ARN
Nov 24, 2023
The logs shows the internal address of the VPC instead of the real value
Seems the vpc are is a pointer, here we print it's address which is not useful
aws-application-networking-k8s/pkg/deploy/lattice/service_network_manager.go
Line 195 in 1d3c19d
The text was updated successfully, but these errors were encountered: