From f1c3cbe22ee9064aaec3d8194faa7898a545d396 Mon Sep 17 00:00:00 2001 From: orhtej2 <2871798+orhtej2@users.noreply.github.com> Date: Sun, 22 Oct 2023 22:18:22 +0200 Subject: [PATCH] Increase verbosity. --- conf/systemd.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/systemd.service b/conf/systemd.service index 1a9f0ac..4c686b5 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -13,7 +13,7 @@ StandardOutput=append:/var/log/__APP__/__APP__.log StandardError=inherit Environment=PATH="__INSTALL_DIR__/venv/bin:$(PATH)" Environment=PYTHONPATH=$(PYTHON_SITE_PACKGES) -Environment=RUST_LOG=error +Environment=RUST_LOG=info Environment=RUST_BACKTRACE=full # Sandboxing options to harden security