Same as title: How to get Rails.logger printing to the console/stdout when running rspec? Eg.
Rails.logger
Rails.logger.info \"I WANT this to go to console/s
Tail the log as a background job (&) and it will interleave with rspec output.
tail -f log/test.log & bundle exec rspec