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

jbertram pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git


The following commit(s) were added to refs/heads/main by this push:
     new 438dd47a78 ARTEMIS-4177 remove defunct logging doc
438dd47a78 is described below

commit 438dd47a7899ac8cdf84ec5a2324f95b2b9e17ca
Author: Justin Bertram <[email protected]>
AuthorDate: Fri Feb 24 12:15:11 2023 -0600

    ARTEMIS-4177 remove defunct logging doc
---
 docs/user-manual/en/logging.md | 19 -------------------
 1 file changed, 19 deletions(-)

diff --git a/docs/user-manual/en/logging.md b/docs/user-manual/en/logging.md
index 1130ab35d7..ded567dd27 100644
--- a/docs/user-manual/en/logging.md
+++ b/docs/user-manual/en/logging.md
@@ -162,25 +162,6 @@ The 3 audit loggers can be disable/enabled separately.
 Once enabled, all audit records are written into a separate log
 file (by default audit.log).
 
-### Logging the clients remote address
-
-It is possible to configure the audit loggers to log the remote address of any 
calling clients either through normal 
-clients or through the console and JMX. This is configured by enabling a 
specific login module in the login config file. 
-```
-org.apache.activemq.artemis.spi.core.security.jaas.AuditLoginModule optional
-       debug=false;
-```
-
-
-> **Note:**
->
-> This needs to be the first entry in the login.config file
-
-> **Note:**
->
-> This login module does no authentication, it is used only to catch client 
information through which ever path a client takes
-
-
 ## More on Log4J2 configuration:
 
 For more detail on configuring Log4J 2, see its 
[manual](https://logging.apache.org/log4j/2.x/manual/).

Reply via email to