We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 523279e commit 0b55551Copy full SHA for 0b55551
cmd/ssl-log-recorder/ssl-log-recorder.go
@@ -36,6 +36,8 @@ func main() {
36
fmt.Println(err)
37
return
38
}
39
+ logger.StartReceiving()
40
+
41
registerToInterrupt(&logger)
42
43
for {
0 commit comments