Skip to content

Commit df8ccb6

Browse files
committed
change TCP Accept message from info to debug
1 parent 2773d7b commit df8ccb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/drawbridge/api.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ func (d *Drawbridge) SetUpProtectedServiceTunnel() error {
307307
slog.Error("Failed to tcp dial to actual target service", err)
308308
}
309309

310-
slog.Info(fmt.Sprintf("TCP Accept from Emissary client: %s\n", clientConn.RemoteAddr()))
310+
slog.Debug(fmt.Sprintf("TCP Accept from Emissary client: %s\n", clientConn.RemoteAddr()))
311311
// Copy data back and from client and server.
312312
go io.Copy(resourceConn, clientConn)
313313
io.Copy(clientConn, resourceConn)

0 commit comments

Comments
 (0)