This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/activemq-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new a45d07b69 Automatic Site Publish by Buildbot
a45d07b69 is described below
commit a45d07b693c5c396dcaea29ca62757110845ca7b
Author: buildbot <[email protected]>
AuthorDate: Sat Mar 25 06:24:20 2023 +0000
Automatic Site Publish by Buildbot
---
output/how-can-i-enable-detailed-logging.html | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/output/how-can-i-enable-detailed-logging.html
b/output/how-can-i-enable-detailed-logging.html
index 6271b0d11..62fc8b40a 100644
--- a/output/how-can-i-enable-detailed-logging.html
+++ b/output/how-can-i-enable-detailed-logging.html
@@ -96,7 +96,7 @@
<h2 id="how-can-i-enable-detailed-logging">How can I enable detailed
logging</h2>
-<p>We use <a href="#">slf4j</a> which allows the underlying logging
implementation to be statically bound at startup.</p>
+<p>We use <a href="https://www.slf4j.org/">slf4j</a> which allows the
underlying logging implementation to be statically bound at startup.</p>
<p>By default we ship with log4j but feel free to make your own choice.</p>
@@ -114,8 +114,11 @@ log4j.logger.org.apache.activemq.spring=WARN
<h3 id="getting-help-on-log4j">Getting help on log4j</h3>
-<p>If you are new to log4j please see the <a
href="http://logging.apache.org/log4j/docs/manual.html">log4j manual</a></p>
+<p>Since ActiveMQ 5.17.0, ActiveMQ uses <a
href="https://logging.apache.org/log4j/2.x/index.html">log4j2</a>. You can find
log4j2 documentation <a
href="https://logging.apache.org/log4j/2.x/manual/index.html">here</a>.</p>
+<p>ActiveMQ 5.16.4+ uses <a href="https://reload4j.qos.ch/">reload4j</a>, a
fork of log4j1 containing important security fixes, with the same configuration
as log4j1.</p>
+
+<p>Before ActiveMQ 5.16.4, ActiveMQ uses <a
href="https://logging.apache.org/log4j/1.2/manual.html">log4j1</a>.</p>
</div>
</div>