Latest update: 7.0.2
- Preface
- Auditing Your Deployment
- Recording Access Audit Events in CSV
- Recording Access Audit Events in JMS
- Recording Access Audit Events in JSON
- Recording Access Audit Events to Standard Output
- Recording Access Audit Events in Splunk
- Trusting Transaction IDs From Other Products
- Safelisting Audit Event Fields for the Logs
- Including or Excluding Audit Event Fields In Logs
- Monitoring Services
- Managing Logs
- Tuning Performance
- Securing and Hardening
- Troubleshooting
Switching Off Exception Logging
To stop recording log messages for exceptions, edit logback.xml
to set the level to OFF
:
<logger name="org.forgerock.openig.filter.LogAttachedExceptionFilter" level="OFF"/>