You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2011/07/11 20:10:11 UTC

svn commit: r1145268 - /tomcat/trunk/java/org/apache/catalina/valves/mbeans-descriptors.xml

Author: kkolinko
Date: Mon Jul 11 18:10:11 2011
New Revision: 1145268

URL: http://svn.apache.org/viewvc?rev=1145268&view=rev
Log:
Expose recently added "encoding" and "locale" options of AccessLogValve through JMX.

Modified:
    tomcat/trunk/java/org/apache/catalina/valves/mbeans-descriptors.xml

Modified: tomcat/trunk/java/org/apache/catalina/valves/mbeans-descriptors.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/valves/mbeans-descriptors.xml?rev=1145268&r1=1145267&r2=1145268&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/catalina/valves/mbeans-descriptors.xml (original)
+++ tomcat/trunk/java/org/apache/catalina/valves/mbeans-descriptors.xml Mon Jul 11 18:10:11 2011
@@ -46,26 +46,34 @@
     <attribute name="condition"
                description="The value to look for conditional logging."
                type="java.lang.String"/>
-               
+
     <attribute name="directory"
                description="The directory in which log files are created"
                type="java.lang.String"/>
-               
+
     <attribute name="enabled"
                description="Enable Access Logging"
                is="false"
                type="boolean"/>
 
+    <attribute name="encoding"
+               description="Character set used to write the log file"
+               type="java.lang.String"/>
+
     <attribute name="fileDateFormat"
-               description="The format for the date date based log rotation."
+               description="The format for the date for date based log rotation"
                type="java.lang.String"/>
-               
+
     <attribute name="info"
                description="Information about this implementation"
                type="java.lang.String"
                writeable="false"/>
 
-    <attribute   name="pattern"
+    <attribute name="locale"
+               description="The locale used to format timestamps in the access log lines"
+               type="java.lang.String"/>
+
+    <attribute name="pattern"
                description="The pattern used to format our access log lines"
                type="java.lang.String"/>
 
@@ -198,25 +206,33 @@
     <attribute name="condition"
                description="The value to look for conditional logging."
                type="java.lang.String"/>
-               
+
     <attribute name="directory"
                description="The directory in which log files are created"
                type="java.lang.String"/>
-               
-     <attribute name="enabled"
+
+    <attribute name="enabled"
                description="Enable Access Logging"
                is="false"
                type="boolean"/>
 
+    <attribute name="encoding"
+               description="Character set used to write the log file"
+               type="java.lang.String"/>
+
     <attribute name="fileDateFormat"
                description="The format for the date date based log rotation."
                type="java.lang.String"/>
-               
+
     <attribute name="info"
                description="Information about this implementation"
                type="java.lang.String"
                writeable="false"/>
 
+    <attribute name="locale"
+               description="The locale used to format timestamps in the access log lines"
+               type="java.lang.String"/>
+
     <attribute   name="pattern"
                description="The pattern used to format our access log lines"
                type="java.lang.String"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org