diff options
Diffstat (limited to 'config/environments/development.rb')
-rw-r--r-- | config/environments/development.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/environments/development.rb b/config/environments/development.rb index 39bd98da1..9a85bf84b 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -32,7 +32,7 @@ Alaveteli::Application.configure do # MemoryProfiler.start :string_debug => true, :delay => 10 # Print deprecation notices to the Rails logger - config.active_support.deprecation = :log + config.active_support.deprecation = :stderr # Do not compress assets config.assets.compress = false |