Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redirect only GLib loggers to Journal #5962

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Oct 24, 2024

  1. Redirect only GLib loggers to Journal

    Previously we redirected all output from the main Anaconda process
    to Journal to avoid GTK log messages (as GTK runs in the main process)
    from spamming TTY. Turns out this broke a couple things, such as the
    shell prompt in rescue mode.
    
    So drop the wholesale process output redirection and instead just
    redirect (hopefully) all GLib based loggers (used by GTK) to Journal.
    
    Related: RHEL-58834
    M4rtinK committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    92c7f55 View commit details
    Browse the repository at this point in the history