2
0

add dial start logging

This commit is contained in:
Nikolay Pavlovich
2022-09-07 02:17:36 +03:00
parent c657cd663f
commit 2fd5fa5bee
+3
View File
@@ -451,6 +451,9 @@ func (rc *RecConn) connect() {
for {
nextItvl := b.Duration()
if !rc.getNonVerbose() {
rc.log(LogValues{Msg: "Dial: start", Url: rc.url})
}
wsConn, httpResp, err := rc.dialer.Dial(rc.url, rc.reqHeader)
rc.mu.Lock()