diff options
author | Adam Stokes <adam.stokes@ubuntu.com> | 2014-01-27 05:57:34 -0500 |
---|---|---|
committer | Adam Stokes <adam.stokes@ubuntu.com> | 2014-01-27 05:58:15 -0500 |
commit | bff8a67c9db4b65d80093deb6b66ab98dcdb4229 (patch) | |
tree | 8273abb664eafb6dd03804045e6376e7aa4bc63e | |
parent | 6008191be46e46b4484cf380fdd9459d8318b210 (diff) | |
parent | a792b7e56d8933364efc46baaaccfcd03baaa358 (diff) | |
download | sos-bff8a67c9db4b65d80093deb6b66ab98dcdb4229.tar.gz |
Force foreman to be quiet
Fixes #230
Signed-off-by: Adam Stokes <adam.stokes@ubuntu.com>
-rw-r--r-- | sos/plugins/foreman.py | 2 |
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)) |