mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
spa: support: send TID to systemd journal
Knowing which thread posted which log message can be useful, so send the TID to the systemd journal. The `TID` field is explicitly listed on https://www.freedesktop.org/software/systemd/man/systemd.journal-fields.html#TID=
This commit is contained in:
parent
58812103f3
commit
2b6541f503
2 changed files with 6 additions and 0 deletions
|
|
@ -61,6 +61,7 @@ if systemd_dep.found()
|
|||
|
||||
spa_journal_lib = shared_library('spa-journal',
|
||||
spa_journal_sources,
|
||||
include_directories : [ configinc ],
|
||||
dependencies : [ spa_dep, systemd_dep ],
|
||||
install : true,
|
||||
install_dir : spa_plugindir / 'support')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue