Reduce log noise after debugging
- Last Updated: December 23, 2025
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Excessive logging can impact performance and make it harder to identify critical issues. Use
the following recommendations to replace broad logging settings with targeted
alternatives:
| Remove | When | Replace with |
|---|---|---|
Global
DEBUG |
After fixing issues | Targeted per-logger DEBUG |
include_payloads=true |
In production | Short-lived redaction audits |
http.outbound DEBUG |
For stable APIs | INFO level logging combined with external
APM |