From 9a6b929eb17bf73ee7cf8eb6be748cc8ce3d9664 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Tue, 28 Sep 2021 12:35:06 +1000 Subject: [PATCH] doc: document the two other log enviroment variables --- doc/pipewire-daemon.dox | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/pipewire-daemon.dox b/doc/pipewire-daemon.dox index 75995bd66..0c0aa03a6 100644 --- a/doc/pipewire-daemon.dox +++ b/doc/pipewire-daemon.dox @@ -144,4 +144,10 @@ more debugging. The format is: can be separated by commas. Current categories are: + `connection`: to log connection messages + +The behavior of the logging can be further controlled with the following +environment variables: +- `PIPEWIRE_LOG_SYSTEMD=false`: disable logging to the systemd journal +- `PIPEWIRE_LOG=`: redirect the log to the given filename + */