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