From 9f0b1ce88324448398f4a668d2ed64d83704c3a4 Mon Sep 17 00:00:00 2001 From: afornerot Date: Mon, 19 Oct 2020 11:06:36 +0200 Subject: [PATCH] =?UTF-8?q?mise=20=C3=A0=20niveau=20log?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- logrotate/nineschool | 14 ++++++++------ src/nineschool-1.0/scripts/reconfigure.sh | 3 +++ 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/logrotate/nineschool b/logrotate/nineschool index 0382175..f79e3dd 100644 --- a/logrotate/nineschool +++ b/logrotate/nineschool @@ -1,11 +1,13 @@ /var/www/html/nineschool/var/log/*.log { - maxsize 50M + su root www-data daily - missingok - rotate 5 + rotate 7 + size 900 + maxage 7 compress - notifempty - nocreate - su www-data + dateext + dateformat -%Y%m%d + missingok + create 644 www-data www-data } diff --git a/src/nineschool-1.0/scripts/reconfigure.sh b/src/nineschool-1.0/scripts/reconfigure.sh index b832d91..d1484d8 100755 --- a/src/nineschool-1.0/scripts/reconfigure.sh +++ b/src/nineschool-1.0/scripts/reconfigure.sh @@ -9,6 +9,9 @@ DIR=$(pwd) # Déclaration d'un proxy . $DIR/scripts/proxy.sh +# Suppression des logs trop ancien +find $DIR/var/log -mindepth 1 -mtime +7 -delete + # Mise en place du fichier d'environnement model yes 2>/dev/null | cp $DIR/scripts/.env.model $DIR/.env