diff --git a/revid/revid.go b/revid/revid.go index 8297f87a..b747d87f 100644 --- a/revid/revid.go +++ b/revid/revid.go @@ -519,7 +519,7 @@ loop: case nil: // Do nothing. case ring.ErrTimeout: - r.config.Logger.Log(logger.Warning, pkg+"ring buffer read timeout") + r.config.Logger.Log(logger.Debug, pkg+"ring buffer read timeout") continue default: r.config.Logger.Log(logger.Error, pkg+"unexpected error", "error", err.Error())