Skip to content

Commit

Permalink
grpc-proxy: adjust log level
Browse files Browse the repository at this point in the history
Signed-off-by: Chin-Ya Huang <chin-ya.huang@suse.com>
  • Loading branch information
c3y1huang authored and innobead committed Jun 10, 2022
1 parent 718a305 commit 79e1a43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/client/proxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ func NewProxyClient(ctx context.Context, ctxCancel context.CancelFunc, address s
if err != nil {
return nil, err
}
logrus.Debugf("Connected to proxy service on %v", serviceURL)
logrus.Tracef("Connected to proxy service on %v", serviceURL)

return &ProxyClient{
ServiceURL: serviceURL,
Expand Down

0 comments on commit 79e1a43

Please sign in to comment.