From a792b7e56d8933364efc46baaaccfcd03baaa358 Mon Sep 17 00:00:00 2001 From: Lukas Zapletal Date: Mon, 20 Jan 2014 14:30:51 +0100 Subject: Force foreman plugin to be quiet --- sos/plugins/foreman.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- cgit