mirror of https://github.com/status-im/consul.git
Log error as error
This commit is contained in:
parent
81115b6eaa
commit
2bbbd9e1da
|
@ -156,7 +156,7 @@ func (s *Server) StreamAggregatedResources(stream ADSStream) error {
|
|||
|
||||
err := s.process(stream, reqCh)
|
||||
if err != nil {
|
||||
s.Logger.Debug("Error handling ADS stream", "error", err)
|
||||
s.Logger.Error("Error handling ADS stream", "error", err)
|
||||
}
|
||||
|
||||
// prevents writing to a closed channel if send failed on blocked recv
|
||||
|
|
Loading…
Reference in New Issue