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 34e7854 commit 18f2eb3Copy full SHA for 18f2eb3
cli/daemon/daemon.go
@@ -116,8 +116,6 @@ func runDaemonCommand(cmd *cobra.Command, args []string) {
116
feedback.Errorf("Failed to listen on TCP port: %s. Unexpected error: %v", port, err)
117
os.Exit(errorcodes.ErrGeneric)
118
}
119
- // This message will show up on the stdout of the daemon process so that gRPC clients know it is time to connect.
120
- logrus.Infof("Daemon is listening on TCP port %s...", port)
121
if err := s.Serve(lis); err != nil {
122
logrus.Fatalf("Failed to serve: %v", err)
123
0 commit comments