Enable the most amount of logging.
Added by Jon Lumpkin over 14 years ago
we have an issue (http://www.redmine.org/issues/5397) that we can seem to get the full details about. What is the correct way to get the most detailed logging?
Replies (2)
RE: Enable the most amount of logging. - Added by Felix Schäfer over 14 years ago
config/environment.rb
states "Settings in config/environments/* take precedence those specified here". Toggle the values of these two options in config/environments/production.rb
:
config.action_controller.consider_all_requests_local = false config.action_controller.perform_caching = true
Be sure to restart your app server afterwards.
RE: Enable the most amount of logging. - Added by Jon Lumpkin over 14 years ago
This didn't work, didn't end up showing anything extra. Thank you though. I will be updating the ticket with what we do have from this though.