I am looking into log rotation for our web server (not apache) on Windows. I have heard of cronolog, CHOMP, and others. Does Windows have a built-in rotation .exe? What have you found to be a good logrotation application?
|
Windows automatically ages old log entries and has for years. Set the max log size or minimum ages and make sure you have the disk space to support your settings. Settings can be controlled server by server or centrally through group policy. More here: http://technet.microsoft.com/en-us/library/bb726966.aspx \ |
|||||||
|
|
As much as it's pure evil to risk giving @EvanAnderson more rep by linking to one of his answers, it applies in this case.
[Referencing a GPO Administrative Template he's got linked in his answer.] |
|||
|
|
|
I don't know of any off the top of my head but you should be able to whip something up via batch files and Scheduled Tasks pretty quickly (PDK). |
||||
|
|