<attribute name="enabled"
description="Enable Access Logging"
+ is="false"
type="boolean"/>
<attribute name="fileDateFormat"
<attribute name="enabled"
description="Enable Access Logging"
- is="true"
+ is="false"
type="boolean"/>
<attribute name="fileDateFormat"
Improve debug logging for MapperListener registration. (markt)
</add>
<add>
- Expose names of LifecycleListeners and ContainerListers for
+ Expose names of LifecycleListeners and ContainerListeners for
StandardContext via JMX. (markt)
</add>
<add>
Make Tomcat more tolerant of <code>null</code> when generating JMX names
for Valves. (markt)
</fix>
+ <fix>
+ Make AccessLogValve attribute <code>enabled</code> changeable to JMX. (pero)
+ </fix>
</changelog>
</subsection>
<subsection name="Jasper">