We are developing a Java Platform as a Service (yes, another one!) for the java developers in our organization. Now we are in the point of asking ourselves, hey, what are we going to do with the logs?
As container we are using tomcat 7, so for the catalina logs it is clear: http://tomcat.apache.org/tomcat-7.0-doc/logging.html and follow the wise guidelines that Mark Thomas point out in this presentation (around minute 10...)
But how can I limit the size of the web applications logs? Perhaps using the security manager?
Thanks in advance,
Luis