How do I change the aws-ruby log location?
I've found the method set_log in the documentation, I just can't figure out the syntax to call it. Here's what I tried: require 'ruby-aws' Amazon::Util::Logging.set_log('my.log') NoMethodError: undefined method `set_log' for Amazon::Util::Logging:Module ...