Author: carnold
Date: Mon Jun 18 20:57:09 2007
New Revision: 548572
URL: http://svn.apache.org/viewvc?view=rev&rev=548572
Log:
Bug 42694: Typo in log4j.dtd concerning threshold
Modified:
logging/log4j/branches/v1_2-branch/src/changes/changes.xml
logging/log4j/branches/v1_2-branch/src/main/javadoc/org/apache/log4j/xml/log4j.dtd
logging/log4j/branches/v1_2-branch/src/main/resources/org/apache/log4j/xml/log4j.dtd
Modified: logging/log4j/branches/v1_2-branch/src/changes/changes.xml
URL:
http://svn.apache.org/viewvc/logging/log4j/branches/v1_2-branch/src/changes/changes.xml?view=diff&rev=548572&r1=548571&r2=548572
==============================================================================
--- logging/log4j/branches/v1_2-branch/src/changes/changes.xml (original)
+++ logging/log4j/branches/v1_2-branch/src/changes/changes.xml Mon Jun 18
20:57:09 2007
@@ -22,6 +22,7 @@
<body>
<release version="1.2.15" date="2007-06-05" description="SyslogAppender
enhancements, NTEventLogAppender and Maven build.">
+ <action action="fix" issue="42694">Typo in log4j.dtd concerning
threshold.</action>
<action action="fix" issue="42611">ERFATestCase fails on some
JDK's.</action>
<action action="fix" issue="42585">SocketNode can leak Sockets.</action>
<action action="fix" issue="37930">Migrate to Maven based build and
documentation.</action>
Modified:
logging/log4j/branches/v1_2-branch/src/main/javadoc/org/apache/log4j/xml/log4j.dtd
URL:
http://svn.apache.org/viewvc/logging/log4j/branches/v1_2-branch/src/main/javadoc/org/apache/log4j/xml/log4j.dtd?view=diff&rev=548572&r1=548571&r2=548572
==============================================================================
---
logging/log4j/branches/v1_2-branch/src/main/javadoc/org/apache/log4j/xml/log4j.dtd
(original)
+++
logging/log4j/branches/v1_2-branch/src/main/javadoc/org/apache/log4j/xml/log4j.dtd
Mon Jun 18 20:57:09 2007
@@ -11,9 +11,8 @@
<!ELEMENT log4j:configuration (renderer*, appender*,plugin*,
(category|logger)*,root?,
(categoryFactory|loggerFactory)?)>
-<!-- The "threshold" attribute takes a level value such that all -->
-<!-- logging statements with a level equal or below this value are -->
-<!-- disabled. -->
+<!-- The "threshold" attribute takes a level value below which -->
+<!-- all logging statements are disabled. -->
<!-- Setting the "debug" enable the printing of internal log4j logging -->
<!-- statements. -->
Modified:
logging/log4j/branches/v1_2-branch/src/main/resources/org/apache/log4j/xml/log4j.dtd
URL:
http://svn.apache.org/viewvc/logging/log4j/branches/v1_2-branch/src/main/resources/org/apache/log4j/xml/log4j.dtd?view=diff&rev=548572&r1=548571&r2=548572
==============================================================================
---
logging/log4j/branches/v1_2-branch/src/main/resources/org/apache/log4j/xml/log4j.dtd
(original)
+++
logging/log4j/branches/v1_2-branch/src/main/resources/org/apache/log4j/xml/log4j.dtd
Mon Jun 18 20:57:09 2007
@@ -11,9 +11,8 @@
<!ELEMENT log4j:configuration (renderer*, appender*,plugin*,
(category|logger)*,root?,
(categoryFactory|loggerFactory)?)>
-<!-- The "threshold" attribute takes a level value such that all -->
-<!-- logging statements with a level equal or below this value are -->
-<!-- disabled. -->
+<!-- The "threshold" attribute takes a level value below which -->
+<!-- all logging statements are disabled. -->
<!-- Setting the "debug" enable the printing of internal log4j logging -->
<!-- statements. -->
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]