Open
Description
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.