Skip to content

Add option to rotate Catalina log by size and update to Tomcat 9.0.80

A new option is added to rotate the Catalina log by size. The TOMCAT_MAX_CATALINA_LOGvariable can be set in /etc/tomcat/tomcat.confto specify a size in bytes that will trigger log rotation. Values can end in "G" or "M" to specify GB or MB. It can also be set to null or 0 to disable rotation by size. The log size is checked hourly at :38. Daily log rotation occurs regardless.

An update to Tomcat 9.0.80 is also included.

Merge request reports

Loading