ARTEMIS-4177 remove defunct logging doc

This commit is contained in:
Justin Bertram 2023-02-24 12:15:11 -06:00 committed by GitHub
parent aa8102d50f
commit 438dd47a78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 19 deletions

View File

@ -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/).