~ci-train-bot/lightdm/lightdm-ubuntu-zesty-1679

« back to all changes in this revision

Viewing changes to debian/lightdm.logrotate

  • Committer: Alexandros Frantzis
  • Date: 2015-10-20 07:50:44 UTC
  • mto: This revision was merged to the branch mainline in revision 2226.
  • Revision ID: alexandros.frantzis@canonical.com-20151020075044-z7j5yga34lz16t29
Use logrotate to handle files in the default log directory

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/var/log/lightdm/*.log {
 
2
    daily
 
3
    missingok
 
4
    rotate 7
 
5
    compress
 
6
    notifempty
 
7
    maxsize 10M
 
8
    copytruncate
 
9
}