Skip to content

Commit 5138571

Browse files
committed
chore: write logger is too noisy
1 parent 35db438 commit 5138571

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

remote_client.go

-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ func (c *RemoteClientWriter) start() {
145145
}
146146

147147
func (c *RemoteClientWriter) Write(data []byte) (int, error) {
148-
c.Logger.Info("writing to ssh conn", "host", c.Info.RemoteHost)
149148
var (
150149
n int
151150
err error

0 commit comments

Comments
 (0)