On a standard Rails 3.2.19 project, when running tests with RSpec I'm getting these logs on stdout when using VCR cassettes:
Request[post]: https://svcs.sandbox.paypal.com/AdaptivePayments/Pay | ETA: ??:??:??
Response[200]: OK, Duration: 0.004s
How can I make these go to log/test.log instead?