summaryrefslogtreecommitdiff
path: root/runit/sv/wireplumber/conf
blob: d712f03b5f69be422b08c77813b8afb4b075affb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# -*- mode: sh; -*-

# Additional command line arguments for wireplumber.
OPTS=''

# Setting this to 1 enables logging, any other value - disables.
LOGGING_ENABLE=0
# Set the wireplumber log level.
# See: https://pipewire.pages.freedesktop.org/wireplumber/daemon-logging.html
LOG_LEVEL=2
# The directory will be created for you, if logging is enabled.
LOG_DIR="$HOME/.local/var/log/wireplumber"