From: Yu Watanabe Date: Thu, 18 Sep 2025 03:06:48 +0000 (+0900) Subject: sd-boot: allow configuration of log levels (#38701) X-Git-Tag: v259-rc1~528 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c25f8fd0ba410ed15ab1f31c7dd374f85d86a26;p=thirdparty%2Fsystemd.git sd-boot: allow configuration of log levels (#38701) This allows for more liberal usage of logging functionality as messages will no longer always show up on screen, regardless of urgency. The log level to use can be configured through an SMBIOS type 11 string (`io.systemd.boot.loglevel=`) or by using the `log-level` option in loader.conf. Valid values are debug, info, notice, warning, err, crit, alert, and emerg. By default, info will be used. --- 0c25f8fd0ba410ed15ab1f31c7dd374f85d86a26