-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Labels
A-kv-serverRelating to the KV-level RPC serverRelating to the KV-level RPC serverA-loggingIn and around the logging infrastructure.In and around the logging infrastructure.C-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)T-server-and-securityDB Server & SecurityDB Server & Security
Milestone
Description
gRPC is too verbose. We can "fix" that by changing this line:
Line 447 in d591a49
| grpcutil.SetSeverity(log.Severity_WARNING) |
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
Jira issue: CRDB-4666
Metadata
Metadata
Assignees
Labels
A-kv-serverRelating to the KV-level RPC serverRelating to the KV-level RPC serverA-loggingIn and around the logging infrastructure.In and around the logging infrastructure.C-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)T-server-and-securityDB Server & SecurityDB Server & Security