logrotate force rotation

Shell
# dry run (check operations)
logrotate -vdf /etc/logrotate.d/CONFIGFILE

# run
logrotate -vf /etc/logrotate.d/CONFIGFILE
Source

Also in Shell: