home *** CD-ROM | disk | FTP | other *** search
/ chilidog.highland.cc.ks.us / chilidog.highland.cc.ks.us.zip / chilidog.highland.cc.ks.us / backup / bradford.20120521.etc.tar.gz / bradford.20120521.etc.tar / etc / logrotate.conf < prev    next >
Text File  |  2006-04-22  |  703b  |  32 lines

  1. # see "man logrotate" for details
  2. # rotate log files weekly
  3. weekly
  4.  
  5. # keep 4 weeks worth of backlogs
  6. rotate 4
  7.  
  8. # create new (empty) log files after rotating old ones
  9. create
  10.  
  11. # uncomment this if you want your log files compressed
  12. #compress
  13.  
  14. # uncomment these to switch compression to bzip2
  15. compresscmd /usr/bin/bzip2
  16. uncompresscmd /usr/bin/bunzip2
  17.  
  18. # former versions had to have the compresscommand set accordingly
  19. #compressext .bz2
  20.  
  21. # RPM packages drop log rotation information into this directory
  22. include /etc/logrotate.d
  23.  
  24. # no packages own wtmp -- we'll rotate them here
  25. #/var/log/wtmp {
  26. #    monthly
  27. #    create 0664 root utmp
  28. #    rotate 1
  29. #}
  30.  
  31. # system-specific logs may be also be configured here.
  32.