Commit 8672c002 authored by Matt Pryor's avatar Matt Pryor
Browse files

%t already includes []

parent 0cf7294d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -174,7 +174,7 @@
        -->
        <Valve className="org.apache.catalina.valves.AccessLogValve" directory="logs"
               prefix="localhost_access_log" suffix=".txt"
               pattern="%a - %u [%t] &quot;%r&quot; %s %B &quot;%{Referer}i&quot; &quot;%{User-Agent}i&quot; &quot;%{X-Forwarded-For}i&quot;"
               pattern="%a - %u %t &quot;%r&quot; %s %B &quot;%{Referer}i&quot; &quot;%{User-Agent}i&quot; &quot;%{X-Forwarded-For}i&quot;"
               rotatable="false"
        />