From 62486cb23f6c7527b4e623a5689cd25741abb220 Mon Sep 17 00:00:00 2001
From: remm
Date: Mon, 8 Jan 2007 20:54:24 +0000
Subject: [PATCH] - Use AccessLogValve. - Update docs with buffered field.
git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@494193 13f79535-47bb-0310-9956-ffa450edef68
---
conf/server.xml | 2 +-
res/confinstall/server_2.xml | 2 +-
webapps/docs/config/valve.xml | 13 ++++++++-----
3 files changed, 10 insertions(+), 7 deletions(-)
diff --git a/conf/server.xml b/conf/server.xml
index cca161b1b..08e11f791 100644
--- a/conf/server.xml
+++ b/conf/server.xml
@@ -106,7 +106,7 @@
diff --git a/res/confinstall/server_2.xml b/res/confinstall/server_2.xml
index 7fdb79389..fd54e10fa 100644
--- a/res/confinstall/server_2.xml
+++ b/res/confinstall/server_2.xml
@@ -64,7 +64,7 @@
diff --git a/webapps/docs/config/valve.xml b/webapps/docs/config/valve.xml
index 6c0425777..0695c3ba7 100644
--- a/webapps/docs/config/valve.xml
+++ b/webapps/docs/config/valve.xml
@@ -61,11 +61,7 @@
Java class name of the implementation to use. This MUST be set to
org.apache.catalina.valves.AccessLogValve to use the
- default access log valve. To use a more optimized access log valve
- designed for production use, you MUST set this attribute to
- org.apache.catalina.valves.FastCommonAccessLogValve.
- In this case, only the common and combined
- patterns are supported.
+ default access log valve.
@@ -131,6 +127,13 @@
+
+ Deafult true. Flag to determine if logging will be buffered.
+ If set to false, then access logging will be written after each
+ request.
+
+
+
Values for the pattern attribute are made up of literal
--
2.11.0