We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f1a67ac + 2465ece commit 0cc2517Copy full SHA for 0cc2517
1 file changed
pinger_probing.go
@@ -28,6 +28,8 @@ func (w *ProbingWrapper) Start() {
28
log.Fatalf("pinger initialization failed %s, %s", w.host, err)
29
}
30
31
+ w.pinger.SetLogger(probing.NoopLogger{}) // Silence all logging from the library
32
+
33
w.pinger.RecordRtts = false
34
w.pinger.OnSend = w.onSend
35
// pinger.OnSend = pingwrapper.OnRecv
0 commit comments