Don't log to systemd during development

Can get a bit spammy if we're doing verbose logging.
This commit is contained in:
Arun Raghavan 2025-04-18 11:47:34 -04:00
parent ebe9381236
commit 31069b2626
3 changed files with 4 additions and 0 deletions

View file

@ -23,6 +23,7 @@ run: all
PIPEWIRE_CONFIG_DIR=$(BUILD_ROOT)/src/daemon \
ACP_PATHS_DIR=$(SOURCE_ROOT)/spa/plugins/alsa/mixer/paths \
ACP_PROFILES_DIR=$(SOURCE_ROOT)/spa/plugins/alsa/mixer/profile-sets \
PIPEWIRE_LOG_SYSTEMD=false
$(DBG) $(BUILD_ROOT)/src/daemon/pipewire-uninstalled
run-pulse: all
@ -32,6 +33,7 @@ run-pulse: all
PIPEWIRE_CONFIG_DIR=$(BUILD_ROOT)/src/daemon \
ACP_PATHS_DIR=$(SOURCE_ROOT)/spa/plugins/alsa/mixer/paths \
ACP_PROFILES_DIR=$(SOURCE_ROOT)/spa/plugins/alsa/mixer/profile-sets \
PIPEWIRE_LOG_SYSTEMD=false
$(DBG) $(BUILD_ROOT)/src/daemon/pipewire-pulse
gdb: