mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
pipewire: allow for log level names in PIPEWIRE_DEBUG
Allow one of "XEWIDT" to refer to none, errors, warnings, info, debug and trace, respectively because they're immediately recognizable. Well, except maybe the X. PIPEWIRE_DEBUG="I" is equivalent to PIPEWIRE_DEBUG="3" for example.
This commit is contained in:
parent
0a21d76334
commit
e1672f9762
5 changed files with 67 additions and 10 deletions
|
|
@ -76,7 +76,7 @@ variable like so:
|
|||
|
||||
```
|
||||
cd builddir/
|
||||
PIPEWIRE_DEBUG=4 make run
|
||||
PIPEWIRE_DEBUG="D" make run
|
||||
```
|
||||
|
||||
You might have to stop the pipewire service/socket that might have been
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue