Hi B. Chernick,
I have met a similar issue before. I do not think it is the same as yours, but it might provide you some ideas.
A program is deployed to a server machine of my customer. The program is a service and would run every day. At certain time, the program would write some logs in a log file. After the program is running for 2 years, the log file become very large and the disk does not have enough space to store it. So the program often thrown some errors and the service stops automatically. At last, the developers modify the program and have it clear the log file when its size become too big.
Regards,
Aland Li
Please mark the replies as answers if they help and unmark if they don't. This can be beneficial to other community members reading the thread.