mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
log: Add support for the systemd journal
The journal is a component of systemd, that captures Syslog messages, Kernel log messages, initial RAM disk and early boot messages as well as messages written to STDOUT/STDERR of all services, indexes them and makes this available to the user. It can be used in parallel, or in place of a traditional syslog daemon, such as rsyslog or syslog-ng. The journal offers a couple of improvements over traditional logging facilities (e.g. advanced filtering capabilities). This patch adds support for logging directly to the journal using its native API.
This commit is contained in:
parent
a8fea5c468
commit
d20ee7e7f2
8 changed files with 113 additions and 19 deletions
|
|
@ -217,12 +217,13 @@ USA.
|
|||
</option>
|
||||
|
||||
<option>
|
||||
<p><opt>--log-target</opt><arg>={auto,syslog,stderr,file:PATH,newfile:PATH}</arg></p>
|
||||
<p><opt>--log-target</opt><arg>={auto,syslog,journal,stderr,file:PATH,newfile:PATH}</arg></p>
|
||||
|
||||
<optdesc><p>Specify the log target. If set to <arg>auto</arg>
|
||||
(which is the default), then logging is directed to syslog when
|
||||
<opt>--daemonize</opt> is passed, otherwise to
|
||||
STDERR. If set to <arg>file:PATH</arg>, logging is directed to
|
||||
STDERR. If set to <arg>journal</arg> logging is directed to the systemd
|
||||
journal. If set to <arg>file:PATH</arg>, logging is directed to
|
||||
the file indicated by PATH. <arg>newfile:PATH</arg> is otherwise
|
||||
the same as file:PATH, but existing files are never overwritten.
|
||||
If the specified file already exists, a suffix is added to the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue