From d8158bc1e3e46bea58b9090d501845f66d12524f Mon Sep 17 00:00:00 2001 From: Alexey Khit Date: Fri, 4 Nov 2022 22:27:11 +0300 Subject: [PATCH] Update stream log message --- cmd/streams/producer.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/streams/producer.go b/cmd/streams/producer.go index 7bc45905..cfe3afcd 100644 --- a/cmd/streams/producer.go +++ b/cmd/streams/producer.go @@ -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 }