Project

General

Profile

Revision 3c9b8906

ID3c9b89060645383e7cd15130fd789df2d9ecbf4e
Parent 8450ae48
Child ddde113a

Added by Aurelien BOMPARD almost 14 years ago

Gestion de la rotation des logs par python lui-même

git-svn-id: https://vigilo-dev.si.c-s.fr/svn@3458 b22e2e97-25c9-44ff-b637-2e5ceca36478

View differences:

deployment/logrotate
1
/var/log/vigilo/vigiboard/*.log {
2
    rotate 12
3
    monthly
4
    notifempty
5
    compress
6
}

Also available in: Unified diff