cli: bump grpc log level from WARNING to ERROR #34165
Labels
A-kv-server
Relating to the KV-level RPC server
A-logging
In and around the logging infrastructure.
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
T-server-and-security
DB Server & Security
Milestone
gRPC is too verbose. We can "fix" that by changing this line:
cockroach/pkg/cli/start.go
Line 447 in d591a49
It's unclear whether we'd be losing anything, though. I tend to think not because the final connection errors are always bubbled up to the dialer. See for example
#34155 (comment)
Jira issue: CRDB-4666
The text was updated successfully, but these errors were encountered: