Can I get Rails debugging output in Pow similar to WEBrick?

Viewed 5627

When I use rails/server (WEBrick) I get constant debug info (queries, etc) from my rails app as console output. Is there a way to get this debug output with Pow?

Thanks

4 Answers
Related