diff --git a/README.md b/README.md index d309f94..a8c7a3f 100644 --- a/README.md +++ b/README.md @@ -53,3 +53,6 @@ Must have ruby 1.9 and gem installed gem build abusetheforce.gemspec gem install abusetheforce-X.X.X.gem # make sure the proper version is present +Todo +---- +* See Issues tab diff --git a/lib/abusetheforce.rb b/lib/abusetheforce.rb index f3fe7bd..57e302c 100644 --- a/lib/abusetheforce.rb +++ b/lib/abusetheforce.rb @@ -30,6 +30,9 @@ module AbuseTheForce :security_token => target.security_token Metaforce.configuration.host = target.host + + # Supress some of the verbose logging + Metaforce.configuration.log = false end # Fetches a single file from the server