Skip to content

Commit

Permalink
Change to warning instead
Browse files Browse the repository at this point in the history
Signed-off-by: Mikael Johansson <mik.json@gmail.com>
  • Loading branch information
mikejoh committed Jan 10, 2025
1 parent 6ad8e5f commit d5c7f23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/f5_virtualserver.go
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ func (vs *f5VirtualServerSource) endpointsFromVirtualServers(virtualServers []*f

for _, virtualServer := range virtualServers {
if !isVirtualServerReady(virtualServer) {
log.Infof("F5 VirtualServer %s/%s is not ready or is missing an IP address, skipping endpoint creation.",
log.Warnf("F5 VirtualServer %s/%s is not ready or is missing an IP address, skipping endpoint creation.",
virtualServer.Namespace, virtualServer.Name)
continue
}
Expand Down

0 comments on commit d5c7f23

Please sign in to comment.