The logging output from this library can be very verbose. Some may want to supress this.
If you don't pass a Logger object in as a parameter to the constructor of RightAws::Ec2, then log output is directed to standard output (stdout).
The correct usage is:
ec2 = RightAws::Ec2.new(your_access_key, your_secret_key, {:logger => })
You can change the Logger object to point anywhere you would like; for example, a log file somewhere, standard error (stderr), /dev/null, etc.
© 2006-2014 RightScale, Inc. All rights reserved.
RightScale is a registered trademark of RightScale, Inc. All other products and services may be trademarks or servicemarks of their respective owners.