DevConf
Simple development flow helper that:
- disables development.log
- adds STDOUT logging instead
- accepts
LOG_LEVELenv variable to set logging level- uses DEBUG log level by default for:
-
rails *commands - app servers (unicorn and thin)
- DJ workers (
rake jobs:workcommand)
-
- uses ERROR log level by default for everything else
- uses DEBUG log level by default for:
- loads .env the same way as foreman does
Installation
Add this line to your application's Gemfile:
gem 'devconf'
And then execute:
$ bundle
Or install it yourself as:
$ gem install devconf
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request