Skip to content

Commit

Permalink
Don't setup logger by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Cody Fauser committed May 13, 2009
1 parent 462e635 commit 52a79b8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG
@@ -1,5 +1,6 @@
= ActiveMerchant CHANGELOG

* Don't setup the logger by default [cody]
* Refactor ActiveMerchant::Connection out of the PostsData module. Add support for logging and wiredumping requests [cody]
* Assume a valid load path when running tests [cody]
* Use SHIPTOSTREET2 element instead of STREET2 element for Payflow Express Uk address [cody]
Expand Down
1 change: 0 additions & 1 deletion init.rb
@@ -1,4 +1,3 @@
require 'active_merchant'
require 'active_merchant/billing/integrations/action_view_helper'
ActionView::Base.send(:include, ActiveMerchant::Billing::Integrations::ActionViewHelper)
ActiveMerchant::Billing::Gateway.logger = Rails.logger

0 comments on commit 52a79b8

Please sign in to comment.