mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-06 13:30:01 -05:00
context: use the log.level from the config file
Use log.level from the config file if not otherwise set with PIPEWIRE_DEBUG env. Make client log.level = 0 by default to avoid spamming the console with errors. Fixes #725 Fixes #769
This commit is contained in:
parent
08ea7d5cd6
commit
686524ce40
6 changed files with 9 additions and 4 deletions
|
|
@ -5,7 +5,7 @@ context.properties = {
|
|||
#mem.warn-mlock = false
|
||||
#mem.allow-mlock = true
|
||||
#mem.mlock-all = false
|
||||
#log.level = 2
|
||||
log.level = 0
|
||||
}
|
||||
|
||||
context.spa-libs = {
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ context.properties = {
|
|||
#mem.warn-mlock = false
|
||||
#mem.allow-mlock = true
|
||||
#mem.mlock-all = false
|
||||
#log.level = 2
|
||||
log.level = 0
|
||||
}
|
||||
|
||||
context.spa-libs = {
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ context.properties = {
|
|||
#mem.warn-mlock = false
|
||||
#mem.allow-mlock = true
|
||||
#mem.mlock-all = false
|
||||
#log.level = 2
|
||||
log.level = 0
|
||||
}
|
||||
|
||||
context.spa-libs = {
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@ context.properties = {
|
|||
# modules.
|
||||
#mem.mlock-all = false
|
||||
#support.dbus = true
|
||||
#log.level = 2
|
||||
}
|
||||
|
||||
context.spa-libs = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue