You could try renaming /var/lib/logrotate.status to /var/lib/logrotate.status.old, and running logrotate from the service file:
sudo systemctl start logrotate.service
Then check the status.
You could try renaming /var/lib/logrotate.status to /var/lib/logrotate.status.old, and running logrotate from the service file:
sudo systemctl start logrotate.service
Then check the status.