Bug 67115

Summary: systemd-205: a mix of different outputs is shown while booting
Product: systemd Reporter: Pacho Ramos <pachoramos1>
Component: generalAssignee: systemd-bugs
Status: RESOLVED NOTABUG QA Contact: systemd-bugs
Severity: normal    
Priority: medium    
Version: unspecified   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:

Description Pacho Ramos 2013-07-20 10:05:46 UTC
When I boot my systemd, I hardly can see the "[OK]" messages as they are mixed with a ton of output from kernel and some .services that are being started. For example, I see a mix of messages from usb handling (from kernel I think), bluetooth, fsck from reiserfs...

I think would be much better to try to only show the "[OK]" outputs (except when an error occurs), relying on "journalctl" for knowing the rest of outputs

Thanks
Comment 1 Kay Sievers 2013-07-20 10:19:40 UTC
You need to shut up the kernel by adding "loglevel=" or "quiet" to the kernel
command line. It's the kernel itself which writes that to the console, not
systemd. Systemd has no business really to fiddle with the kernel log level.
Comment 2 Pacho Ramos 2013-07-20 10:40:34 UTC
I was using "quiet" when running openRC but, when moving to systemd, I noticed "quiet" was also making all the systemd output to be silenced :O
Comment 3 Kay Sievers 2013-07-20 12:09:20 UTC
Yeah, sure, use loglevel=, or explicitly tell systemd to put out the status:
  systemd.show_status=1

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.