-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
On newly installed system, if user logins via serial TTY (e.g. in VM), the terminal is polluted by debug log messages immediately after the login.
To Reproduce
- Install the system to VM with serial TTY console
- Boot it and login
Expected behavior
A shell prompt should appear.
Actual behavior
The full screen is polluted with debug messages immediately, before the prompt even appears.
OS version:
● fedora-iot:fedora/stable/x86_64/iot
Version: 41.20241027.0 (2024-10-27T21:40:59Z)
Commit: bdd952cd0d5f980407644852dbc6ccce7909e61af3f90056860a1ce0501a01f1
Additional context
So the console log level is set to maximum by default: debug-level messages (7):
$ cat /proc/sys/kernel/printk
7 4 1 7For comparison, on Fedora SB and all the other distros I faced, the default log level is err (3):
$ cat /proc/sys/kernel/printk
3 4 1 7Sorry I don't know where the default log level comes from, so can't suggest a patch.
francoism90
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working