Skip to content

Commit

Permalink
RSDK-2915 - move transform cam errors found in debug category to erro…
Browse files Browse the repository at this point in the history
…r category (#2317)
  • Loading branch information
kim-mishra authored May 3, 2023
1 parent aa8fa27 commit 3f8b752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion robot/web/stream/stream.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ func (opts *BackoffTuningOptions) getErrorThrottledHandler(logger golog.Logger)
}

sleep := opts.GetSleepTimeFromErrorCount(errorCount)
logger.Debugw("error getting media", "error", err, "count", errorCount, "sleep", sleep)
logger.Errorw("error getting media", "error", err, "count", errorCount, "sleep", sleep)
utils.SelectContextOrWait(ctx, sleep)
}
}

0 comments on commit 3f8b752

Please sign in to comment.