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

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