-
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
featureNew featureNew feature
Description
Summary of the new feature
Log files often grow bigger overtime and at certain point it becomes a problem. To overcome this problem, we can have roll over file which will automatically gets created on predefined/configured condition.
For example - Rolling file based on date-time or a day, file size etc.
Proposed technical implementation details (optional)
User can define rolling trigger policy, let's say when file size reaches 100MB, roll over to new file(which will get created automatically).
Same goes for date/day based rolling trigger policy, roll over every day(create new log file for every day).
Metadata
Metadata
Assignees
Labels
featureNew featureNew feature