update rails 4, use log level info in profile for better accuracy
This commit is contained in:
parent
b47eedba00
commit
22f2a0c1f4
|
@ -33,7 +33,7 @@ GIT
|
|||
|
||||
GIT
|
||||
remote: git://github.com/rails/rails.git
|
||||
revision: 8487692903c05e7ba94b7b02c19e96589be091d4
|
||||
revision: 025b63db308fbbf942a3bc2673d4aadab968c524
|
||||
branch: 4-0-stable
|
||||
specs:
|
||||
actionmailer (4.0.0)
|
||||
|
|
|
@ -4,6 +4,8 @@ Discourse::Application.configure do
|
|||
# Code is not reloaded between requests
|
||||
config.cache_classes = true
|
||||
|
||||
config.log_level = :info
|
||||
|
||||
# Full error reports are disabled and caching is turned on
|
||||
config.consider_all_requests_local = false
|
||||
config.action_controller.perform_caching = true
|
||||
|
|
Loading…
Reference in New Issue