diff options
author | Henare Degan <henare.degan@gmail.com> | 2012-12-10 00:05:16 +1100 |
---|---|---|
committer | Henare Degan <henare.degan@gmail.com> | 2012-12-11 11:09:38 +1100 |
commit | 9b60a7e72244b4b2ac917ba39b9e4081ef8d3e03 (patch) | |
tree | 38df55fb2d25adf99d0710173cb24a655fe168e5 /config/environments/development.rb | |
parent | 64a93911ebae4eaa2a1bc2b9e09d1468d77aadb9 (diff) |
Don't reduce the log level in development
Diffstat (limited to 'config/environments/development.rb')
-rw-r--r-- | config/environments/development.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/config/environments/development.rb b/config/environments/development.rb index db88e4a29..8b20aabf0 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -1,8 +1,6 @@ Alaveteli::Application.configure do # Settings specified here will take precedence over those in config/environment.rb - config.log_level = :info - # In the development environment your application's code is reloaded on # every request. This slows down response time but is perfect for development # since you don't have to restart the webserver when you make code changes. |