##// END OF EJS Templates
prevent "config.log_level" DEPRECATION WARNING...
Toshi MARUYAMA -
r13517:3a1e7106f4c8
parent child
Show More
@@ -1,6 +1,8
1 Rails.application.configure do
1 Rails.application.configure do
2 # Settings specified here will take precedence over those in config/application.rb
2 # Settings specified here will take precedence over those in config/application.rb
3
3
4 config.log_level = :info
5
4 # Code is not reloaded between requests.
6 # Code is not reloaded between requests.
5 config.cache_classes = true
7 config.cache_classes = true
6
8
General Comments 0
You need to be logged in to leave comments. Login now