test-config.79.in 219 B

1234567891011
  1. create
  2. &DIR&/test*.log {
  3. rotate 1
  4. prerotate
  5. echo "Final rotated log filename should be empty in prerotate: ${2}"
  6. endscript
  7. postrotate
  8. echo "Final rotated log filename is: ${2}"
  9. endscript
  10. }