Skip to content

Commit

Permalink
reverting a log change
Browse files Browse the repository at this point in the history
  • Loading branch information
james-prysm committed Oct 29, 2024
1 parent 7276897 commit 7fa3963
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions validator/client/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,9 @@ func ConstructDialOptions(
transportSecurity = grpc.WithTransportCredentials(creds)
} else {
transportSecurity = grpc.WithInsecure()
log.Warn("You are using an insecure gRPC connection. If you are running your beacon node and " +
"validator on the same machines, you can ignore this message. If you want to know " +
"how to enable secure connections, see: https://docs.prylabs.network/docs/prysm-usage/secure-grpc")
}

if maxCallRecvMsgSize == 0 {
Expand Down

0 comments on commit 7fa3963

Please sign in to comment.