Skip to content

Settings for log rotation (max_days, max_size) #42

@z9r5

Description

@z9r5

Old logs should be cleaned from time to time. 3 options will be introduced for that purpose:

  • max_days N — keep records not older than N days;
  • max_size M — store not more than M GBs of records;
  • max_days N + max_size M — if both options are in use, both limits (in days and GBs) should be always applied.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions