From 4ef891b047023c0380ca3fc67cce91d858ee863d Mon Sep 17 00:00:00 2001 From: Nicolas Boichat Date: Wed, 27 Dec 2023 18:24:00 +0100 Subject: [PATCH] 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. --- INSTALL.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 8969a815b..7a0d7f2a5 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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