Open ydario opened 10 years ago
Right now, the logs are rotated once size limit is reached. But current log is renamed to .bak and previous one is lost.
So a better naming scheme is required, e.g. based on rotation timestamp.
Also new rules for rotation should be added, e.g. rotation every X hours/days.
imho with the current logging improvements we might consider this one as done. Any votes against it?
Right now, the logs are rotated once size limit is reached. But current log is renamed to .bak and previous one is lost.
So a better naming scheme is required, e.g. based on rotation timestamp.
Also new rules for rotation should be added, e.g. rotation every X hours/days.