Skip to content

Commit

Permalink
ARTEMIS-4177 remove defunct logging doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jbertram committed Feb 24, 2023
1 parent aa8102d commit 438dd47
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions docs/user-manual/en/logging.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).

0 comments on commit 438dd47

Please sign in to comment.