log_file="${log_path}/${app}.log"

This commit is contained in:
JensDiemer 2022-08-15 17:15:13 +02:00
parent a180513b17
commit 864958888e

View file

@ -34,7 +34,7 @@ default_from_email="${app}@${domain}"
public_path=/var/www/$app public_path=/var/www/$app
final_path=/opt/yunohost/$app final_path=/opt/yunohost/$app
log_path=/var/log/$app log_path=/var/log/$app
log_file="${log_path}/django_example_ynh.log" log_file="${log_path}/${app}.log"
#================================================= #=================================================
# COMMON VARIABLES # COMMON VARIABLES