1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/syncserver-rs_ynh.git synced 2024-09-03 20:26:32 +02:00

Increase verbosity.

This commit is contained in:
orhtej2 2023-10-22 22:18:22 +02:00
parent de5faef5e6
commit f1c3cbe22e

View file

@ -13,7 +13,7 @@ StandardOutput=append:/var/log/__APP__/__APP__.log
StandardError=inherit StandardError=inherit
Environment=PATH="__INSTALL_DIR__/venv/bin:$(PATH)" Environment=PATH="__INSTALL_DIR__/venv/bin:$(PATH)"
Environment=PYTHONPATH=$(PYTHON_SITE_PACKGES) Environment=PYTHONPATH=$(PYTHON_SITE_PACKGES)
Environment=RUST_LOG=error Environment=RUST_LOG=info
Environment=RUST_BACKTRACE=full Environment=RUST_BACKTRACE=full
# Sandboxing options to harden security # Sandboxing options to harden security