Skip to content

File Rotation

Eduard Mishkurov edited this page May 3, 2026 · 4 revisions

File Rotation & Retention

Rotation

Size-based: { "max-size": "100MB" }

Daily: { "rotation": "daily" }


Retention

max-parts: { "max-parts": 7 }

Directory watchdog: { "max-total-size": "10GB" }


Notes

  • active file not deleted
  • automatic cleanup

Clone this wiki locally