From fec67b59940f6e586ef2209067116c4aeb2c7443 Mon Sep 17 00:00:00 2001 From: nirenjan Date: Tue, 5 Oct 2021 22:38:34 -0700 Subject: [PATCH] Revert "Enable verbose logging in systemd service" This reverts commit 53957d08135fbf0b73c64df7f3600778c417bf9c. It was supposed to be a temporary commit, but it was forgotten about. Reverting this will restore the old behavior of only logging INFO and higher priority logs. Fixes #38. --- daemon/x52d.service.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/x52d.service.in b/daemon/x52d.service.in index 7da8b63..7fda035 100644 --- a/daemon/x52d.service.in +++ b/daemon/x52d.service.in @@ -3,7 +3,7 @@ Description=X52 driver daemon [Service] Type=simple -ExecStart=%bindir%/x52d -f -vvvv +ExecStart=%bindir%/x52d -f -v ExecReload=kill -HUP $MAINPID [Install]