Added LogRoller parser and entity.
The errors and logs can now have log rolling if provided by the user. The current customisable parameter of it are: The maximal size of the file before rolling. The maximal age/time of the file before rolling. The number of backups to keep.
Showing
config/setup/errors_test.go
0 → 100644
config/setup/roller.go
0 → 100644
middleware/roller.go
0 → 100644
Please register or sign in to comment