]> git.ipfire.org Git - thirdparty/plymouth.git/commit
libply: Add support for syslog wip/syslog-support
authorRay Strode <rstrode@redhat.com>
Thu, 26 May 2022 16:46:26 +0000 (12:46 -0400)
committerRay Strode <rstrode@redhat.com>
Thu, 26 May 2022 16:50:47 +0000 (12:50 -0400)
commit5bacce5236385ec4958e7aa12d91bd25009b2969
tree60181c3954116a8108823ed1ded560dc842b7090
parent13799d9d8458d04bb0b6810a5ed99c70c3469d68
libply: Add support for syslog

Sometimes plymouth is used along-side other programs. Those
programs may use syslog for logging, and so it would be useful
if plymouth had the ability to use syslog, too. Then message
ordering would be more coherent.

This commit adds such support by adding plymouth.debug=syslog
to the kernel command line.
src/libply/ply-logger.c
src/libply/ply-logger.h
src/main.c