<!-- Access log processes all example.
Documentation at: /docs/config/valve.html
Note: The pattern used is equivalent to using pattern="common" -->
- <Valve className="org.apache.catalina.valves.AccessLogValve" directory="logs"
+ <Valve className="org.apache.catalina.valves.AccessLogValve" directory="logs"
prefix="localhost_access_log." suffix=".txt"
- pattern="%h %l %u %t "%r" %s %b" resolveHosts="false"/>
+ pattern="%h %l %u %t "%r" %s %b" />
</Host>
</Engine>
<update>
Update optional CheckStyle library to 5.4. (kkolinko)
</update>
+ <update>
+ Remove <code>resolveHosts</code> attribute from AccessLogValve
+ configuration in the default <code>server.xml</code>. It was documented
+ in 7.0.19 that it has no effect. (kkolinko)
+ </update>
</changelog>
</subsection>
</section>