Usually logrotate files are under
/etc/logrotate.d/file_log
Status of all log rotate
/var/lib/logrotate/status
Test Log manually
logrotate --force $CONFIG_FILE
Debug Log manually
logrotate -d $CONFIG_FILE