Skip to content

Commit

Permalink
fix log
Browse files Browse the repository at this point in the history
  • Loading branch information
Rattysed committed Sep 27, 2024
1 parent ac8afb2 commit 1a5e362
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cloud/tasks/persistence/ydb_metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ func (m *ydbMetrics) StatCall(
errorType = "ratelimiterAcquire"
default:
errorType = "unknown"
logging.Warn(ctx, "YDB call with name %v got unknown error %v", name, err)
}

errorRegistry := subRegistry.WithTags(map[string]string{
Expand Down

0 comments on commit 1a5e362

Please sign in to comment.