Disable debug prints in production mode - warvox - VoIP based wardialing tool, forked from rapid7/warvox.
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
       ---
 (DIR) commit 33b395e917709cd99527116189398c68144f4f27
 (DIR) parent 3c4da10baab465ebd664004fbd278346d2d55aa5
 (HTM) Author: HD Moore <hd_moore@rapid7.com>
       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(-)
       ---
 (DIR) diff --git a/config/environments/production.rb b/config/environments/production.rb
       @@ -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-JS/CSS are already added)
       -  config.assets.precompile += %w( jquery.js prototype.js effects.js FusionCharts.js lightbox.js )
       +  config.assets.precompile += %w( jquery.js )
        
          # Disable delivery errors, bad email addresses will be ignored
          # config.action_mailer.raise_delivery_errors = false