- Add a new buffered field to allow flushing on each request, which should make the...
authorremm <remm@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 8 Jan 2007 20:52:40 +0000 (20:52 +0000)
committerremm <remm@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 8 Jan 2007 20:52:40 +0000 (20:52 +0000)
  old AccessLogValve.

git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@494192 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/catalina/valves/mbeans-descriptors.xml

index 2bf847d..ef09828 100644 (file)
     <attribute name="fileDateFormat"
                description="The format for the date date based log rotation."
                type="java.lang.String"/>
+
+    <attribute name="buffered"
+               description="Flag to buffering."
+               is="true"
+               type="boolean"/>
+
   </mbean>
 
   <mbean name="ErrorReportValve"