Blame SOURCES/sos-bz2031777-rhui-logs.patch

819553
From aa2887f71c779448b22e4de67ae68dbaf218b7b9 Mon Sep 17 00:00:00 2001
819553
From: Taft Sanders <taftsanders@gmail.com>
819553
Date: Fri, 10 Dec 2021 09:34:59 -0500
819553
Subject: [PATCH] [rhui] New log folder
819553
819553
Included new log folder per Bugzilla 2030741
819553
819553
Signed-off-by: Taft Sanders <taftsanders@gmail.com>
819553
---
819553
 sos/report/plugins/rhui.py | 1 +
819553
 1 file changed, 1 insertion(+)
819553
819553
diff --git a/sos/report/plugins/rhui.py b/sos/report/plugins/rhui.py
819553
index 52065fb44..add024613 100644
819553
--- a/sos/report/plugins/rhui.py
819553
+++ b/sos/report/plugins/rhui.py
819553
@@ -27,6 +27,7 @@ def setup(self):
819553
             "/var/log/rhui-subscription-sync.log",
819553
             "/var/cache/rhui/*",
819553
             "/root/.rhui/*",
819553
+            "/var/log/rhui/*",
819553
         ])
819553
         # skip collecting certificate keys
819553
         self.add_forbidden_path("/etc/pki/rhui/**/*.key", recursive=True)