I can view my production database log on Heroku by running heroku logs -p postgres -t
from my development machine. How can I do this to my development database?
Just trying to debug some rails commands that skip Rails and go direct to the database.