mirror of
https://github.com/YunoHost-Apps/django_example_ynh.git
synced 2024-09-03 18:26:21 +02:00
log_file="${log_path}/${app}.log"
This commit is contained in:
parent
a180513b17
commit
864958888e
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ default_from_email="${app}@${domain}"
|
|||
public_path=/var/www/$app
|
||||
final_path=/opt/yunohost/$app
|
||||
log_path=/var/log/$app
|
||||
log_file="${log_path}/django_example_ynh.log"
|
||||
log_file="${log_path}/${app}.log"
|
||||
|
||||
#=================================================
|
||||
# COMMON VARIABLES
|
||||
|
|
Loading…
Reference in a new issue