diff --git a/pkg/rpc/auth_tenant.go b/pkg/rpc/auth_tenant.go index 332f11741919..abc74495e3f5 100644 --- a/pkg/rpc/auth_tenant.go +++ b/pkg/rpc/auth_tenant.go @@ -444,7 +444,7 @@ func validateSpan(tenID roachpb.TenantID, sp roachpb.Span) error { return checkSpanBounds(rSpan, tenSpan) } -const tenantLoggingTag = "tenant" +const tenantLoggingTag = "client-tenant" // contextWithClientTenant inserts a tenant identifier in the context, // identifying the tenant that's the client for an RPC. The identifier can be