mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
update rails 4, use log level info in profile for better accuracy
This commit is contained in:
parent
b47eedba00
commit
22f2a0c1f4
2 changed files with 3 additions and 1 deletions
|
@ -33,7 +33,7 @@ GIT
|
||||||
|
|
||||||
GIT
|
GIT
|
||||||
remote: git://github.com/rails/rails.git
|
remote: git://github.com/rails/rails.git
|
||||||
revision: 8487692903c05e7ba94b7b02c19e96589be091d4
|
revision: 025b63db308fbbf942a3bc2673d4aadab968c524
|
||||||
branch: 4-0-stable
|
branch: 4-0-stable
|
||||||
specs:
|
specs:
|
||||||
actionmailer (4.0.0)
|
actionmailer (4.0.0)
|
||||||
|
|
|
@ -4,6 +4,8 @@ Discourse::Application.configure do
|
||||||
# Code is not reloaded between requests
|
# Code is not reloaded between requests
|
||||||
config.cache_classes = true
|
config.cache_classes = true
|
||||||
|
|
||||||
|
config.log_level = :info
|
||||||
|
|
||||||
# Full error reports are disabled and caching is turned on
|
# Full error reports are disabled and caching is turned on
|
||||||
config.consider_all_requests_local = false
|
config.consider_all_requests_local = false
|
||||||
config.action_controller.perform_caching = true
|
config.action_controller.perform_caching = true
|
||||||
|
|
Loading…
Reference in a new issue