diff --git a/scripts/restore b/scripts/restore index f444bdc..b3a0fb7 100644 --- a/scripts/restore +++ b/scripts/restore @@ -84,7 +84,7 @@ ynh_systemd_action -n $app -a start -l "Server available at" -p "systemd" # ADVERTISE SERVICE IN ADMIN PANEL #================================================= -yunohost service add $app --log "/var/log/$app.log" +yunohost service add $app --log "/var/log/$app.log" --log "/var/www/$app/log/production.log" #================================================= # RESTORE THE LOGROTATE CONFIGURATION