evse 325 B

12345678910111213141516171819202122
  1. /Storage/**/*Log /Storage/**/*.log{
  2. weekly
  3. rotate 10
  4. size 10M
  5. missingok
  6. compress
  7. notifempty
  8. copytruncate
  9. su root root
  10. }
  11. /var/log/**/*.log{
  12. daily
  13. rotate 3
  14. nodateext
  15. size 3M
  16. missingok
  17. compress
  18. notifempty
  19. copytruncate
  20. su root root
  21. }