diff options
author | Jose Castillo <jcastillo@redhat.com> | 2021-03-17 13:10:36 +0100 |
---|---|---|
committer | Bryan Quigley <code@bryanquigley.com> | 2021-03-23 12:47:15 -0700 |
commit | 0d56e43299009ffa91f665d85b5a08ba76da9c1f (patch) | |
tree | b3cba261b02ea96d12d3b7f19e1167a49de18245 | |
parent | 5dcd62b581a21e5967f906ae7e3131bf8cde1833 (diff) | |
download | sos-0d56e43299009ffa91f665d85b5a08ba76da9c1f.tar.gz |
[cups] Add gathering cups-browsed logs
Gather logs from the service cups-browsed sent
to the journal.
Resolves: #2452
Signed-off-by: Jose Castillo <jcastillo@redhat.com>
Signed-off-by: Bryan Quigley <code@bryanquigley.com>
-rw-r--r-- | sos/report/plugins/cups.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sos/report/plugins/cups.py b/sos/report/plugins/cups.py index 29a903e8..ab7b6b70 100644 --- a/sos/report/plugins/cups.py +++ b/sos/report/plugins/cups.py @@ -40,5 +40,6 @@ class Cups(Plugin, IndependentPlugin): ]) self.add_journal(units="cups") + self.add_journal(units="cups-browsed") # vim: set et ts=4 sw=4 : |