by Raize Support » Sat Dec 24, 2011 2:44 am
Well, I'm not sure if MaxDays would actually enforce your statement "that no matter how many log files I have, they never exceed "X" size on disk."
A MaxDays setting would only make sense if LogByDate was also set. And then the MaxDays setting would control how many day logs you would keep around. However, it would not control the size of those individual day logs.
Currently, you control the amount of logging information that is kept around by using the MaxParts and MaxSize properties. For example, you can setup the MaxSize to be 1024, which is 1024 K, and then the MaxParts value to 5, and this would put a cap on the logging data to be 5 MB. For more details about the LogFile settings, please see the CS5 Help.
Ray