Skip to content

Commit

Permalink
Merge pull request #82 from logfire-ai/repo-sync/cli-private/main
Browse files Browse the repository at this point in the history
πŸ”„ synced file(s) with logfire-ai/cli-private
  • Loading branch information
rahulprakash11 authored Jun 12, 2024
2 parents afc8958 + fc93afb commit ea9b7b8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/cmdutil/grpcutil/grpc.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ func NewFilterService(kv ...string) *FilterService {
RootCAs: systemRoots,
})

log.Printf("Connecting to gRPC server at %s", grpcURL)
// conn, err := grpc.Dial(grpc_url, grpc.WithTransportCredentials(credentials.NewClientTLSFromCert(nil, "")), grpc.WithUnaryInterceptor(authUnaryInterceptor(allParams...)), grpc.WithUserAgent("Logfire-cli"))
// conn, err := grpc.Dial(grpc_url, grpc.WithInsecure(), grpc.WithUnaryInterceptor(authUnaryInterceptor(allParams...)), grpc.WithUserAgent("Logfire-cli"))
conn, err := grpc.Dial(grpcURL,
Expand Down

0 comments on commit ea9b7b8

Please sign in to comment.