<!-- Access log processes all example.
Documentation at: /docs/config/valve.html -->
<!--
- <Valve className="org.apache.catalina.valves.FastCommonAccessLogValve" directory="logs"
+ <Valve className="org.apache.catalina.valves.AccessLogValve" directory="logs"
prefix="localhost_access_log." suffix=".txt" pattern="common" resolveHosts="false"/>
-->
<!-- Access log processes all example.
Documentation at: /docs/config/valve.html -->
<!--
- <Valve className="org.apache.catalina.valves.FastCommonAccessLogValve" directory="logs"
+ <Valve className="org.apache.catalina.valves.AccessLogValve" directory="logs"
prefix="localhost_access_log." suffix=".txt" pattern="common" resolveHosts="false"/>
-->
<attribute name="className" required="true">
<p>Java class name of the implementation to use. This MUST be set to
<strong>org.apache.catalina.valves.AccessLogValve</strong> to use the
- default access log valve. To use a more optimized access log valve
- designed for production use, you MUST set this attribute to
- <strong>org.apache.catalina.valves.FastCommonAccessLogValve</strong>.
- In this case, only the <code>common</code> and <code>combined</code>
- patterns are supported.</p>
+ default access log valve.</p>
</attribute>
<attribute name="directory" required="false">
</p>
</attribute>
+ <attribute name="buffered" required="false">
+ <p>Deafult true. Flag to determine if logging will be buffered.
+ If set to false, then access logging will be written after each
+ request.
+ </p>
+ </attribute>
+
</attributes>
<p>Values for the <code>pattern</code> attribute are made up of literal