1
Fork 0

INSTALL.md: Add WIREPLUMBER_DEBUG env variable

Without this, new developers, unfamiliar with pipewire/wireplumber
architecture, can easily be confused about why their debug messages
are not showing up.
This commit is contained in:
Nicolas Boichat 2023-12-27 18:24:00 +01:00 committed by Wim Taymans
parent 8aaba4fec3
commit 4ef891b047
1 changed files with 3 additions and 3 deletions

View File

@ -71,12 +71,12 @@ This will use the default config file to configure and start the daemon.
The default config will also start `pipewire-media-session`, a default
example media session and `pipewire-pulse`, a PulseAudio compatible server.
You can also enable more debugging with the `PIPEWIRE_DEBUG` environment
variable like so:
You can also enable more debugging with the `PIPEWIRE_DEBUG` and
`WIREPLUMBER_DEBUG` environment variables like so:
```
cd builddir/
PIPEWIRE_DEBUG="D" make run
PIPEWIRE_DEBUG="D" WIREPLUMBER_DEBUG="D" make run
```
You might have to stop the pipewire service/socket that might have been