Skip to content

Commit

Permalink
adding soap trace output to STDERR in development mode
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-fynanz committed Mar 8, 2011
1 parent e64e48e commit 9030e1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/docusign/docusignDriver.rb
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,7 @@ def initialize(endpoint_url = nil)
super(endpoint_url, nil)
self.mapping_registry = DefaultMappingRegistry::EncodedRegistry
self.literal_mapping_registry = DefaultMappingRegistry::LiteralRegistry
self.wiredump_dev=STDERR if Rails.env == "development" rescue nil
init_methods
end

Expand Down

0 comments on commit 9030e1b

Please sign in to comment.