From 819b56d1f67fc4574392439c922266ea7c78581c Mon Sep 17 00:00:00 2001 From: Bryan Waite Date: Sun, 13 Feb 2022 11:41:53 +1100 Subject: [PATCH] Set envar to up the logging level --- workstyle.service | 2 ++ 1 file changed, 2 insertions(+) diff --git a/workstyle.service b/workstyle.service index 109003e..6eb4879 100644 --- a/workstyle.service +++ b/workstyle.service @@ -3,6 +3,8 @@ Description=workstyle autostart BindsTo=sway-session.target [Service] +Environment="RUST_LOG=debug" + ExecStart=/usr/bin/workstyle Restart=always RestartSec=3