Log rotation based on size is maintaining 21 previous copies
Hi,
I have implemented size based log rotation for error.log. The error.log rotates when size is 10MB. The client has asked for 100 previous rotations to be maintained. The issue is that while the log rotation occurs when file size is 10MB but only previous 21 versions are maintained.
Has anybody faced this issue? Any hints on what could be wrong?
Regards,
Anil