Commit 27bcbcfe authored by rsmith013's avatar rsmith013
Browse files

modified access log pattern to use the combined alias. Expands to %h %l %u %t...

modified access log pattern to use the combined alias. Expands to %h %l %u %t %r %s %b %{Referer}i %{User-Agent}i as per docs
parent 45780dc4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -172,7 +172,7 @@
             Note: The pattern used is equivalent to using pattern="common" -->
        <Valve className="org.apache.catalina.valves.AccessLogValve" directory="logs"
               prefix="localhost_access_log" suffix=".txt"
               pattern="%h %l %u %t &quot;%r&quot; %s %b"
               pattern="combined"
               renameOnRotate="true"
               rotateable="false"
        />