Does tomcat provide any log retention policy for request log generated by AccessLogValve? -


i start using tomcat 7.0.50 (i using jetty 9.2.2 before this). using accesslogvalve log request logs. want retain last few days of logs only. jetty provide setting property requestlog.retain desired value.

do tomcat provide such feature? (i know can writting crons or other code delete old files, wondering if available part of tomcat feature.)


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -