Skip to content

Split log files over time #1011

Open
Open
@patrikjuvonen

Description

@patrikjuvonen

Is your feature request related to a problem? Please describe.
Right now some log files can get quite big if not looked after. Primarily server logs.

Describe the solution you'd like

  • We could introduce log files by date and have a rough maximum size after which it creates another log file with a postfix.
  • Add settings to control the split behavior, such as:
    • Interval, should you want to split more/less often than a day
    • Maximum size, after which it creates a new log file for the date and if already exists, adds a postfix before extension for example
    • Log file count after which it purges starting from the oldest log file of that type

Additional context
This behavior should be universal across client and server logs, along with the settings.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions