Change ngrok candate log output

This commit is contained in:
Alexey Khit
2022-08-18 17:26:11 +03:00
parent 88a02938a5
commit 3b2d1c2728
2 changed files with 9 additions and 5 deletions
+3
View File
@@ -46,6 +46,9 @@ func Init() {
log.Warn().Err(err).Msg("[ngrok] add candidate")
return
}
log.Info().Str("addr", address).Msg("[ngrok] add external candidate for WebRTC")
webrtc.AddCandidate(address)
}
}