Logging modes and usage guidelines
- Last Updated: December 23, 2025
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Logging can be configured in plain text or structured JSON format. Each mode has advantages and limitations.
The following table compares plain text and structured JSON logging:
The following example shows a structured log entry:
| Mode | Advantage | Limitation | Recommended usage |
|---|---|---|---|
| Plain text | Easy to read locally | Harder to parse centrally | Local development and quick demos |
| Structured JSON | Machine searchable and index-friendly | Slightly larger and less readable raw | Staging and production environments |
|