message logging policy - RotationFrequency unit

What are the acceptable units for RotationFrequency. Im looking to have log file for every month.

<FileRotationOptions rotateFileOnStartup="true"> <FileRotationType>TIME_SIZE</FileRotationType> <MaxFileSizeInMB>100</MaxFileSizeInMB> <MaxFilesToRetain>0</MaxFilesToRetain> <RotationFrequency unit="month">1</RotationFrequency> </FileRotationOptions>

This is my configuration, wanted to know if i can use "month" as a unit.

0 2 116
2 REPLIES 2

I've never tried this and I don't see any documentation either way on whether this will work. I've seen people use 'day' before, so 30 days may be an option for you if month doesn't work.

We are going with daily configuration for now. Thanks.