You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great if you could set the Savon logger at the Savon::Client level. This way, one client in a VM could set a different logger than another.
Is there another way to do this that I'm not seeing, or would a patch be welcome for this?
Thanks!
-Colin
The text was updated successfully, but these errors were encountered:
The thing that is left is to make these classes aware of which client is using them
lib/savon/core_ext/hash.rb
lib/savon/soap/request.rb
lib/savon/soap/response.rb
lib/savon/soap/xml.rb
lib/savon/wsdl/request.rb
And probably a 100 things I haven't thought about :)
The branch is not production ready yet for a while. Eg. the Savon module is not DRY what so ever now. It should act as a proxy for its @config object but since I'm kind of new to ruby I couldn't figure out a nice way to do this tonight.
please notice that client.config.logger by default returns a Savon::Logger that wraps a log subject
to allow logged xml requests and responses to be filtered and pretty printed.
It would be great if you could set the Savon logger at the Savon::Client level. This way, one client in a VM could set a different logger than another.
Is there another way to do this that I'm not seeing, or would a patch be welcome for this?
Thanks!
-Colin
The text was updated successfully, but these errors were encountered: