mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
pipewire: add environment variable for disabling journald logging
Logging to journald can be annoying at high debug levels, so add an easy way to disable it.
This commit is contained in:
parent
68804a3082
commit
eb396f1ea8
2 changed files with 7 additions and 3 deletions
|
|
@ -40,6 +40,7 @@ applications:
|
|||
|
||||
* `PIPEWIRE_DEBUG=<level>` to increase the debug level
|
||||
* `PIPEWIRE_LOG=<filename>` to redirect log to filename
|
||||
* `PIPEWIRE_LOG_SYSTEMD=false` to disable logging to systemd journal
|
||||
* `PIPEWIRE_LATENCY=<num/denom>` to configure latency as a fraction. 10/1000
|
||||
configures a 10ms latency. Usually this is
|
||||
expressed as a fraction of the samplerate,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue