We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a591b5d commit d7db2daCopy full SHA for d7db2da
cmd/dev.go
@@ -131,7 +131,6 @@ Examples:
131
if connectProxyPort > 0 {
132
port := uint(connectProxyPort)
133
connectProxyPortPtr = &port
134
- log.Info("starting CONNECT proxy on port: %d", port)
135
}
136
137
server, err := dev.New(dev.ServerArgs{
internal/gravity/gravity.go
@@ -351,7 +351,7 @@ func (c *Client) startConnectProxy() error {
351
352
}()
353
354
- logger.Info("CONNECT proxy listening on http://127.0.0.1:%d", port)
+ logger.Debug("CONNECT proxy listening on http://127.0.0.1:%d", port)
355
return nil
356
357
0 commit comments