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

Ancestors

  1. Heroku deployment
  2. OurBigBook Web deployment
  3. OurBigBook Web development
  4. OurBigBook Web
  5. OurBigBook Project