Skip to content

Commit d7db2da

Browse files
committed
turn down logging
1 parent a591b5d commit d7db2da

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

cmd/dev.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ Examples:
131131
if connectProxyPort > 0 {
132132
port := uint(connectProxyPort)
133133
connectProxyPortPtr = &port
134-
log.Info("starting CONNECT proxy on port: %d", port)
135134
}
136135

137136
server, err := dev.New(dev.ServerArgs{

internal/gravity/gravity.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ func (c *Client) startConnectProxy() error {
351351
}
352352
}()
353353

354-
logger.Info("CONNECT proxy listening on http://127.0.0.1:%d", port)
354+
logger.Debug("CONNECT proxy listening on http://127.0.0.1:%d", port)
355355
return nil
356356
}
357357

0 commit comments

Comments
 (0)