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 c315026 commit 1e7d5c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloud/tasks/persistence/ydb_metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ func (m *ydbMetrics) StatCall(
errorCounter.Inc()

if errorType == "unknown" {
logging.Error(ctx, "YDB call with name %v has unknown error %v", name, err)
logging.Warn(ctx, "YDB call with name %v got unknown error %v", name, err)
}

if errors.Is(*err, context.DeadlineExceeded) {
Expand Down

0 comments on commit 1e7d5c0

Please sign in to comment.