views:

18

answers:

1

I think it would be great to be able to see log/development.log and maybe log/test.log in the same way you see the output of a running task or tests in RubyMine. Is it possible?

A: 

You can add it in Run Configurations | Logs:

alt text

Actually it's added automatically but the title (Server Log) is a little bit confusing. We'll fix it the future version

Dennis Ushakov
Generally when running the server I get the log to stdout or I'm getting the server log automatically and I see it in RubyMine, in it's Run window. But I'd like to see the log for when I run rake tasks that generate log messages.
J. Pablo Fernández
You can do it just the same: http://goo.gl/zbwU
Dennis Ushakov