[Commits] (bcm) tweak the naming for access logs
commits at osafoundation.org
commits at osafoundation.org
Tue Apr 26 15:23:29 PDT 2005
Commit by: bcm
Modified files:
server/etc/cosmo.xml 1.5 1.6
Log message:
tweak the naming for access logs
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/server/etc/cosmo.xml.diff?r1=text&tr1=1.5&r2=text&tr2=1.6
Index: server/etc/cosmo.xml
diff -u server/etc/cosmo.xml:1.5 server/etc/cosmo.xml:1.6
--- server/etc/cosmo.xml:1.5 Tue Apr 12 18:51:51 2005
+++ server/etc/cosmo.xml Tue Apr 26 15:23:28 2005
@@ -70,6 +70,6 @@
digest="MD5"
debug="0"/>
<Valve className="org.apache.catalina.valves.AccessLogValve"
- directory="../logs" pattern="combined"
- resolveHosts="false"/>
+ directory="../logs" prefix="access." suffix=".log"
+ pattern="combined" resolveHosts="false"/>
</Context>
More information about the Commits
mailing list