Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

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 166
2 REPLIES 2