From 613ad756ab499b85103be7e405f65637684e31ee Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Sat, 27 Apr 2013 18:02:07 -0700 Subject: [PATCH] Suppress logging to screen for a cleaner deploy Closes #7 --- README.md | 3 +++ lib/abusetheforce.rb | 3 +++ 2 files changed, 6 insertions(+) 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