GreenStepsChatt / greensteps

This is the web app for Green Steps, a community focused initiative that incentivizes litter cleanup in the Chattanooga area.
https://www.greenstepschatt.com/
MIT License
12 stars 31 forks source link

To set log level, look to env variable first #145

Closed crawfoal closed 6 years ago

crawfoal commented 6 years ago

Description

When setting log level, look to RAILS_LOG_LEVEL first, and then use :debug if that isn't set.

Fixes #133

Developer Checklist