Enabling security logging
In addition to audit logging, it is possible to monitor security.
To switch on security logging, apply the following configuration:
1. Start the JBoss CLI.
2. Run the following command to update the logger category AuditLogReporter:
/subsystem=logging/logger=pnlog.DEFAULT.nl.planon.auditlogging.AuditLogReporter:
write-attribute(name=level,value="INFO")
3. To switch it off, set it back to "WARN".