OurBigBook
To log database queries you can run:
heroku config:set -a ourbigbook DEBUG='*:sql:*'
You then then see them with other logs at:
heroku logs -a ourbigbook -t
Disable these verbose logs once you're done:
heroku config:unset -a ourbigbook DEBUG

Ancestors