diff --git a/systemd/reminder-rs.service b/systemd/reminder-rs.service index f49832b..8f90ddf 100644 --- a/systemd/reminder-rs.service +++ b/systemd/reminder-rs.service @@ -8,7 +8,7 @@ ExecStart=/usr/bin/reminder-rs WorkingDirectory=/etc/reminder-rs Restart=always RestartSec=4 -# Environment="RUST_LOG=warn,reminder_rs=info,postman=info" +Environment="RUST_LOG=warn,reminder_rs=info,postman=info" [Install] WantedBy=multi-user.target