Author: remm Date: Mon Jan 8 12:52:40 2007 New Revision: 494192 URL: http://svn.apache.org/viewvc?view=rev&rev=494192 Log: - Add a new buffered field to allow flushing on each request, which should make the behavior equivalent to the old AccessLogValve.
Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/valves/mbeans-descriptors.xml Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/valves/mbeans-descriptors.xml URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/java/org/apache/catalina/valves/mbeans-descriptors.xml?view=diff&rev=494192&r1=494191&r2=494192 ============================================================================== --- tomcat/tc6.0.x/trunk/java/org/apache/catalina/valves/mbeans-descriptors.xml (original) +++ tomcat/tc6.0.x/trunk/java/org/apache/catalina/valves/mbeans-descriptors.xml Mon Jan 8 12:52:40 2007 @@ -49,6 +49,12 @@ <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" --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]