Savon v0.9.12 Release Notes

Release Date: 2012-06-07 // almost 12 years ago
    • 🌲 Re-added the log method setters to the new config object for backwards compatibility. You should be able to configure the logger as you used to do.

      Savon.configure do |config|
        config.log = false            # disable logging
        config.log_level = :info      # changing the log level
        config.logger = Rails.logger  # using the Rails logger
      end