1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pixelfed_ynh.git synced 2024-09-03 20:06:04 +02:00

Add logrotate for lavarel.log

Fix #199
This commit is contained in:
lapineige 2023-03-17 16:50:51 +01:00 committed by GitHub
parent 3b48979736
commit e187daebe2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -194,6 +194,7 @@ ynh_script_progression --message="Configuring log rotation..." --weight=1
# Use logrotate to manage application logfile(s)
ynh_use_logrotate --logfile="/var/log/$app/${app}-horizon.log"
ynh_use_logrotate --logfile="/var/www/$app/storage/logs/laravel.log"
#=================================================
# INTEGRATE SERVICE IN YUNOHOST