mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-18 08:56:40 -05:00
When running under systemd from its `.service` file, the daemon is started with `--daemonize=no`. This means that the default logging target is `stderr` (see the documentation for `--log-target` in `pulse-daemon.conf(5)`). That works fine, but results in all the structured logging data from the `pa_log()` calls being thrown away and not making it into the journal. In order to preserve structured logging data, and hence make the messages in the journal a little more useful (for example, allowing the user to filter by message priority), explicitly pass `--log-target=journal` in the `.service` file. This should always be appropriate because the journal should always be used with systemd. Signed-off-by: Philip Withnall <withnall@endlessm.com> |
||
|---|---|---|
| .. | ||
| systemd/user | ||
| .gitignore | ||
| caps.c | ||
| caps.h | ||
| cmdline.c | ||
| cmdline.h | ||
| cpulimit.c | ||
| cpulimit.h | ||
| daemon-conf.c | ||
| daemon-conf.h | ||
| daemon.conf.in | ||
| default.pa.in | ||
| dumpmodules.c | ||
| dumpmodules.h | ||
| esdcompat.in | ||
| ltdl-bind-now.c | ||
| ltdl-bind-now.h | ||
| main.c | ||
| Makefile | ||
| meson.build | ||
| pulseaudio-system.conf | ||
| pulseaudio.desktop.in | ||
| server-lookup.c | ||
| server-lookup.h | ||
| start-pulseaudio-x11.in | ||
| system.pa.in | ||