aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Zapletal <lzap+git@redhat.com>2014-01-20 14:30:51 +0100
committerLukas Zapletal <lzap+git@redhat.com>2014-01-20 14:30:51 +0100
commita792b7e56d8933364efc46baaaccfcd03baaa358 (patch)
tree1c4a72f6145832f8f5d8bb5954de476494dba734
parent55b48fa4c5e625c74b1ffd80213b3cd72809365a (diff)
downloadsos-a792b7e56d8933364efc46baaaccfcd03baaa358.tar.gz
Force foreman plugin to be quiet
-rw-r--r--sos/plugins/foreman.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sos/plugins/foreman.py b/sos/plugins/foreman.py
index 28ea6a24..ab4dfcb3 100644
--- a/sos/plugins/foreman.py
+++ b/sos/plugins/foreman.py
@@ -27,5 +27,5 @@ class Foreman(Plugin, RedHatPlugin):
def setup(self):
foreman_debug_path = os.path.join(
self.get_cmd_path(),"foreman-debug")
- self.add_cmd_output("%s -a -d %s"
+ self.add_cmd_output("%s -q -a -d %s"
% ("foreman-debug", foreman_debug_path))