curator.yml 320 B

123456789101112131415161718
  1. # Logging example curator config file
  2. # uncomment and use this to override the defaults from env vars
  3. #.defaults:
  4. # delete:
  5. # days: 30
  6. # runhour: 0
  7. # runminute: 0
  8. # to keep ops logs for a different duration:
  9. #.operations:
  10. # delete:
  11. # weeks: 8
  12. # example for a normal project
  13. #myapp:
  14. # delete:
  15. # weeks: 1