Open BlackYuzia opened 5 years ago
This is a really good feature request. There is no bug as logdays
is meant to delete all log files at X days. However, separating them out is a good idea.
Also allowing the user to customise add there own log directories to delete is a good idea (buit should be a separate issue).
I have reworded your issue to summaries the feature request. Thanks for this
hello @dgibbs64, any changes about that issue?
I mean, could we get any version of requested feature?
This could be a pure feature like:
# example
logdays=7
log_backlist=("my_file.log" "second_file_/mm.dd.yyyy/.log" ...) # That files do not be deleted anyway
i will maybe have a go at this no promises
User Story
As a server admin I want to be able to customise the delete days for each log type.
There is example: All older logs as 7(-9) days was deleted.
Basic info
Further Information
currently
logdays=7
is the only option that deleted all logs at 7 days. However, I would like the logs to delete different days depending upon my requirement. I would also like to have a custom log array to add custom logs for the server.Example:
To Reproduce
Steps to reproduce the behaviour:
Expected behaviour
I think that can help us (server owners) to easy setup logging. Because I don't know what LGSM delete ALL logs :c ( I think other (maybe?) don't know this too)