diff options
-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)) |