From 5138571dcedabe4b25f38785795a30677a91b474 Mon Sep 17 00:00:00 2001 From: Eric Bower Date: Thu, 14 Nov 2024 11:23:42 -0500 Subject: [PATCH] chore: write logger is too noisy --- remote_client.go | 1 - 1 file changed, 1 deletion(-) diff --git a/remote_client.go b/remote_client.go index 9903a7c..91f3c9c 100644 --- a/remote_client.go +++ b/remote_client.go @@ -145,7 +145,6 @@ func (c *RemoteClientWriter) start() { } func (c *RemoteClientWriter) Write(data []byte) (int, error) { - c.Logger.Info("writing to ssh conn", "host", c.Info.RemoteHost) var ( n int err error