Skip to content

Commit

Permalink
Update logs
Browse files Browse the repository at this point in the history
  • Loading branch information
wzshiming committed Jan 21, 2025
1 parent d5811ed commit 10d724e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runner/runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ func (r *Runner) sync(ctx context.Context, id string, logger *slog.Logger) {
for i := 0; ctx.Err() == nil; i++ {
if err := r.runOnceSync(context.Background(), id, logger); err != nil {
if err != errWait {
logger.Error("sync", "error", err)
logger.Warn("sync", "error", err)
} else {
select {
case <-r.syncCh:
Expand Down

0 comments on commit 10d724e

Please sign in to comment.