I set up Nlog to archive on a monthly basis but when I change the clock (7/31/2011 to 8/1/2011) on the test machine and re-run my test it just writes the 8/1 log file and does not archive the 7/31 file.
Any suggestions would be appreciated.
Nlog.config
Check if you have included the date in the filename of your current log (as in the example).
Archiving does not work if the date is included.