Skip to content

Create Rolling File Logging Provider #58

@geekwhocodes

Description

@geekwhocodes

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

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions