Suppress logging to screen for a cleaner deploy

Closes #7
This commit is contained in:
ViViDboarder 2013-04-27 18:02:07 -07:00
parent a4684baab6
commit 613ad756ab
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -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