mirror of
https://github.com/code-rhapsodie/dataflow-bundle.git
synced 2026-03-24 06:42:23 +01:00
Add auto remove logs #21
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @AUDUL on GitHub (Nov 4, 2025).
A configuration key, for example "logs_retention" (in days), specifies how long logs are kept.
If the value is -1, the retention period is unlimited.
Logs are automatically removed with they are older than configuration key.