How do I change the aws-ruby log location?

Posted by brianegge on Stack Overflow See other posts from Stack Overflow or by brianegge
Published on 2010-01-12T11:31:20Z Indexed on 2010/05/07 6:58 UTC
Read the original article Hit count: 333

Filed under:
|
|

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

© Stack Overflow or respective owner

Related posts about ruby

Related posts about aws