test-config.55.in 381 B

123456789101112131415161718192021222324
  1. create
  2. # continue and throw no error message when log file is not present
  3. missingok
  4. # truncate the original log file in place after creating a copy
  5. copytruncate
  6. # compress the file
  7. compress
  8. compresscmd gzip
  9. uncompresscmd gunzip
  10. compressext .gz
  11. # do only rotate when not empty
  12. notifempty
  13. &DIR&/test.log {
  14. hourly
  15. dateext
  16. dateformat -%s
  17. rotate 60
  18. nosharedscripts
  19. }