projects
/
tomcat7.0
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5f7971
)
Enable access logs by default for 7.0.x
author
markt
<markt@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 3 Jun 2010 13:16:27 +0000
(13:16 +0000)
committer
markt
<markt@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 3 Jun 2010 13:16:27 +0000
(13:16 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@950983
13f79535
-47bb-0310-9956-
ffa450edef68
conf/server.xml
patch
|
blob
|
history
diff --git
a/conf/server.xml
b/conf/server.xml
index
642c8ee
..
25b1310
100644
(file)
--- a/
conf/server.xml
+++ b/
conf/server.xml
@@
-127,10
+127,8
@@
<!-- Access log processes all example.
Documentation at: /docs/config/valve.html -->
- <!--
<Valve className="org.apache.catalina.valves.AccessLogValve" directory="logs"
prefix="localhost_access_log." suffix=".txt" pattern="common" resolveHosts="false"/>
- -->
</Host>
</Engine>