How do you folks handle log rotation under Windows when you are deploying an app into an environment you do not control?
For apache its not so bad, you can limit logging but for tomcat, even when you set the log level to 0 and turn-off auto-deploy it still writes to the log on a pretty consistent basis which over time will cause support issues for our product.
Any tips? What is your logging deployment configuration? I prefer no logging at all with a switch that a support person can have them flip. I was hoping in tomcat that this would be the loglevel but that does not seem to be the case (unless I am doing it incorrectly!)
For apache its not so bad, you can limit logging but for tomcat, even when you set the log level to 0 and turn-off auto-deploy it still writes to the log on a pretty consistent basis which over time will cause support issues for our product.
Any tips? What is your logging deployment configuration? I prefer no logging at all with a switch that a support person can have them flip. I was hoping in tomcat that this would be the loglevel but that does not seem to be the case (unless I am doing it incorrectly!)