SUPPORT-8884: add time process the requests for access.log
This commit is contained in:
parent
522ef07ff0
commit
07ec1d2d14
1 changed files with 2 additions and 2 deletions
|
|
@ -162,8 +162,8 @@
|
||||||
Documentation at: /docs/config/valve.html
|
Documentation at: /docs/config/valve.html
|
||||||
Note: The pattern used is equivalent to using pattern="common" -->
|
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"
|
prefix="localhost_access_log" suffix=".log"
|
||||||
pattern="%h %l %u %t "%r" %s %b" />
|
pattern="%h %l %u %t "%r" %s %b %D" />
|
||||||
|
|
||||||
</Host>
|
</Host>
|
||||||
</Engine>
|
</Engine>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue