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

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