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.