Skip to content

Commit

Permalink
Remove GLib logging condition for HW logging
Browse files Browse the repository at this point in the history
This is not required because we solve that on level of LogHandler which
is used in this solution.

Related: RHEL-58834
  • Loading branch information
jkonecny12 committed Nov 4, 2024
1 parent 310a6c3 commit 78b9127
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pyanaconda/anaconda_logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,10 +249,6 @@ def redirect_glib_logging_to_journal(self):
:param log: anaconda log handler
"""

if not self.write_to_journal:
return

# create functions that convert the messages coming
# from GLib into something that fits to the anaconda logging format
def log_adapter(domain, level, message, user_data):
Expand Down

0 comments on commit 78b9127

Please sign in to comment.