I installed puma gem and when I start rails server by rails s I can see full output:
puma
rails s
$ rails s /Users/serj/.rvm/gems/ruby-2.2.1@email_
If it's the logs you're interested in, then you can tail the actual log file. It'd go something like this tail -f log/development.log.
tail -f log/development.log