You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gg...@apache.org on 2022/01/13 15:04:19 UTC

[logging-log4j2] 03/03: Fix DTD error: Add missing ELEMENT for Marker.

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git

commit e74fe918a5809146667608ec3198fa1d98dd2a5b
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Jan 13 10:03:57 2022 -0500

    Fix DTD error: Add missing ELEMENT for Marker.
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 23994ed..20b8e83 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -269,6 +269,9 @@
       <action dev="ggregory" type="fix" issue="LOG4J2-3330" due-to="Mircea Lemnaru, Gary Gregory">
         Configurator.setLevel not fetching the correct LoggerContext.
       </action>
+      <action dev="ggregory" type="fix">
+        Fix DTD error: Add missing ELEMENT for Marker.
+      </action>
       <!-- ADD -->
       <action issue="LOG4J2-3282" dev="ckozak" type="add" due-to="Michael Vorburger">
         Add the log4j-to-jul JDK Logging Bridge