Keep tomcat (JULI) logs indefinitely -


on our tomcat7 server keep logs emails sent server.
log configured in /etc/tomcat7/logging.properties follows:

4mail.org.apache.juli.filehandler.level = 4mail.org.apache.juli.filehandler.directory = ${catalina.base}/logs 4mail.org.apache.juli.filehandler.prefix = mail. 

i want these logs compressed daily , kept indefinitely. @ moment compressed daily , cleared monthly. how configure this?


Comments

Popular posts from this blog

PHP DOM loadHTML() method unusual warning -

python - How to create jsonb index using GIN on SQLAlchemy? -

c# - TransactionScope not rolling back although no complete() is called -