This is an automated email from the ASF dual-hosted git repository.
rgoers pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/release-2.x by this push:
new 2505210 LOG4J2-3166 - Fix log event Level vs LoggerConfig Level table.
2505210 is described below
commit 250521073200102c8322705a17c9375b894e3941
Author: Ralph Goers <[email protected]>
AuthorDate: Sun Dec 5 20:46:12 2021 -0700
LOG4J2-3166 - Fix log event Level vs LoggerConfig Level table.
---
src/changes/changes.xml | 3 +++
src/site/xdoc/manual/architecture.xml | 26 +++++++++++++-------------
2 files changed, 16 insertions(+), 13 deletions(-)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 6752d42..c4b77fe 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -116,6 +116,9 @@
Improve PatternLayout performance by reducing unnecessary indirection
and branching.
</action>
<!-- FIXES -->
+ <action issue="LOG4J2-3166" dev="rgoers">
+ Fix Log Event Level vs Logger Config Level table.
+ </action>
<action issue="LOG4J2-2540" dev="rgoers">
Minor documentation correctsion regarding log levels.
</action>
diff --git a/src/site/xdoc/manual/architecture.xml
b/src/site/xdoc/manual/architecture.xml
index 7061f02..f8dfa55 100644
--- a/src/site/xdoc/manual/architecture.xml
+++ b/src/site/xdoc/manual/architecture.xml
@@ -474,12 +474,12 @@ Logger y = LogManager.getLogger("wombat");
</tr>
<tr>
<th>ALL</th>
- <td class="big-red">YES</td>
- <td class="big-red">YES</td>
- <td class="big-red">YES</td>
- <td class="big-red">YES</td>
- <td class="big-red">YES</td>
- <td class="big-red">YES</td>
+ <td class="big-red">NO</td>
+ <td class="big-red">NO</td>
+ <td class="big-red">NO</td>
+ <td class="big-red">NO</td>
+ <td class="big-red">NO</td>
+ <td class="big-red">NO</td>
<td class="big-red">NO</td>
</tr>
<tr>
@@ -544,13 +544,13 @@ Logger y = LogManager.getLogger("wombat");
</tr>
<tr>
<th>OFF</th>
- <td class="big-red">NO</td>
- <td class="big-red">NO</td>
- <td class="big-red">NO</td>
- <td class="big-red">NO</td>
- <td class="big-red">NO</td>
- <td class="big-red">NO</td>
- <td class="big-red">NO</td>
+ <td class="big-red">YES</td>
+ <td class="big-red">YES</td>
+ <td class="big-red">YES</td>
+ <td class="big-red">YES</td>
+ <td class="big-red">YES</td>
+ <td class="big-red">YES</td>
+ <td class="big-red">YES</td>
</tr>
</table>