Skip to content

Commit 6a7b391

Browse files
committed
reduce logging
1 parent b6bb9b5 commit 6a7b391

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tcpproxy.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ func (p *Proxy) serveConn(c net.Conn, routes []route) bool {
241241
}
242242
}
243243
// TODO: hook for this?
244-
log.Printf("tcpproxy: no routes matched conn %v/%v; closing", c.RemoteAddr().String(), c.LocalAddr().String())
244+
// log.Printf("tcpproxy: no routes matched conn %v/%v; closing", c.RemoteAddr().String(), c.LocalAddr().String())
245245
c.Close()
246246
return false
247247
}

0 commit comments

Comments
 (0)