| Disable debug prints in production mode - warvox - VoIP based wardialing tool, … | |
| Log | |
| Files | |
| Refs | |
| README | |
| --- | |
| commit 33b395e917709cd99527116189398c68144f4f27 | |
| parent 3c4da10baab465ebd664004fbd278346d2d55aa5 | |
| Author: HD Moore <[email protected]> | |
| Date: Thu, 27 Dec 2012 00:11:09 -0600 | |
| Disable debug prints in production mode | |
| Diffstat: | |
| M config/environments/production.rb | 4 ++-- | |
| 1 file changed, 2 insertions(+), 2 deletions(-) | |
| --- | |
| diff --git a/config/environments/production.rb b/config/environments/production… | |
| @@ -31,7 +31,7 @@ Web::Application.configure do | |
| # config.force_ssl = true | |
| # See everything in the log (default is :info) | |
| - config.log_level = :debug | |
| + config.log_level = :warn | |
| # Prepend all log lines with the following tags | |
| # config.log_tags = [ :subdomain, :uuid ] | |
| @@ -46,7 +46,7 @@ Web::Application.configure do | |
| # config.action_controller.asset_host = "http://assets.example.com" | |
| # Precompile additional assets (application.js, application.css, and all non… | |
| - config.assets.precompile += %w( jquery.js prototype.js effects.js FusionChar… | |
| + config.assets.precompile += %w( jquery.js ) | |
| # Disable delivery errors, bad email addresses will be ignored | |
| # config.action_mailer.raise_delivery_errors = false |