I am facing the problem in doing the settings in
logrotate.conf
I had done the settings once, but it didn't work accordingly.
The main condition is to rotate the log files along with compression at the interval of 5 days
/var/log/humble/access.log
{
daily
copytruncate
rotate 5
create 755 humble humble
dateext
compress
include /etc/logrotate.d/humble/
}
Even after doing this, compression was stopped after days.