mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
pipewire: use local real time timestamps in logging
Wireplumber and other system services use local real time timestamps in logging, so it's more convenient if also PW uses them. Add env var for selecting the timestamp type, default to "local".
This commit is contained in:
parent
1ec814977c
commit
08700a9eb5
2 changed files with 8 additions and 1 deletions
|
|
@ -154,6 +154,10 @@ systemd.
|
|||
@PAR@ pipewire-env PIPEWIRE_LOG_LINE
|
||||
Enables the logging of line numbers. Default true.
|
||||
|
||||
@PAR@ pipewire-env PIPEWIRE_LOG_TIMESTAMP
|
||||
Logging timestamp type: "local", "monotonic", "realtime", "none".
|
||||
Default "local".
|
||||
|
||||
@PAR@ pipewire-env PIPEWIRE_LOG
|
||||
Specifies a log file to use instead of the default logger.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue