Blame SOURCES/sos-bz1939963-gather-cups-browsed-logs.patch

ba407d
From 0d56e43299009ffa91f665d85b5a08ba76da9c1f Mon Sep 17 00:00:00 2001
ba407d
From: Jose Castillo <jcastillo@redhat.com>
ba407d
Date: Wed, 17 Mar 2021 13:10:36 +0100
ba407d
Subject: [PATCH] [cups] Add gathering cups-browsed logs
ba407d
ba407d
Gather logs from the service cups-browsed sent
ba407d
to the journal.
ba407d
ba407d
Resolves: #2452
ba407d
ba407d
Signed-off-by: Jose Castillo <jcastillo@redhat.com>
ba407d
Signed-off-by: Bryan Quigley <code@bryanquigley.com>
ba407d
---
ba407d
 sos/report/plugins/cups.py | 1 +
ba407d
 1 file changed, 1 insertion(+)
ba407d
ba407d
diff --git a/sos/report/plugins/cups.py b/sos/report/plugins/cups.py
ba407d
index 29a903e8..ab7b6b70 100644
ba407d
--- a/sos/report/plugins/cups.py
ba407d
+++ b/sos/report/plugins/cups.py
ba407d
@@ -40,5 +40,6 @@ class Cups(Plugin, IndependentPlugin):
ba407d
         ])
ba407d
 
ba407d
         self.add_journal(units="cups")
ba407d
+        self.add_journal(units="cups-browsed")
ba407d
 
ba407d
 # vim: set et ts=4 sw=4 :
ba407d
-- 
ba407d
2.26.3
ba407d