Skip to content

Commit ad0ffdc

Browse files
committed
tenantrate: change logging channel
1 parent 477eb2a commit ad0ffdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/kv/kvserver/tenantrate/factory.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ func (rl *LimiterFactory) GetTenant(
9797
rcLim = new(refCountedLimiter)
9898
rcLim.lim.init(rl, tenantID, rl.mu.config, rl.metrics.tenantMetrics(tenantID), rl.authorizer, options...)
9999
rl.mu.tenants[tenantID] = rcLim
100-
log.Dev.Infof(
100+
log.KvDistribution.Infof(
101101
ctx, "tenant %s rate limiter initialized (rate: %g RU/s; burst: %g RU)",
102102
tenantID, rl.mu.config.Rate, rl.mu.config.Burst,
103103
)

0 commit comments

Comments
 (0)