Skip to content

Commit

Permalink
Merge pull request #130 from utilitywarehouse/info-empynodeid
Browse files Browse the repository at this point in the history
Lower log level for legacy clients requests
  • Loading branch information
ffilippopoulos authored Nov 29, 2023
2 parents 7b656cb + 547a4c7 commit e33806b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xds/snapshotter.go
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ func (s *Snapshotter) OnStreamRequest(id int64, r *discovery.DiscoveryRequest) e
}
// Legacy empty nodeID client
if r.GetNode().GetId() == EmptyNodeID {
log.Logger.Warn("Client using empty string as node id", "client", stream.peerAddress)
log.Logger.Info("Client using empty string as node id", "client", stream.peerAddress)
return nil
}

Expand Down

0 comments on commit e33806b

Please sign in to comment.