Update stream log message

This commit is contained in:
Alexey Khit
2022-11-04 22:27:11 +03:00
parent f4f588d2c6
commit d8158bc1e3
+1 -1
View File
@@ -112,7 +112,7 @@ func (p *Producer) reconnect() {
defer p.mu.Unlock()
if p.state != stateStart {
log.Debug().Msgf("[streams] closed ...")
log.Trace().Msgf("[streams] stop reconnect url=%s", p.url)
return
}