Hi Pippet,
man logrotate says...
OPTIONS
-d Turns on debug mode and implies -v. In debug mode, no changes will be made to the logs or to the logrotate
state file.
so log in as root and try
Code:
logrotate -d /etc/logrotate.conf
This will give you an output of everything logrotate will do, without actually touching any files. Examining the output in "less" should allow you to see if your file in logrotate.d is being acted on.
HTH,
dthacker