Observability and logging in OpenEdge MCP Server
- Last Updated: December 23, 2025
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Observability is the ability to measure and understand the internal state of a system based on
the data it produces. It provides insight into how a system behaves under different
conditions. It helps answer questions such as:
- Is the system performing as expected?
- Where are potential bottlenecks or failures occurring?
- How can performance be improved?
- Logging—Captures system and application messages for troubleshooting and analysis.
- Audit events—Records security and compliance-related activities.
- Timing data—Tracks performance metrics and execution times for operations.
- Provide actionable, low-noise telemetry—Collect meaningful data that supports security, performance, and usage analysis without overwhelming users with unnecessary details.
- Enable flexible log formats—Allow easy switching between human-readable logs and structured logs that can be parsed by machines for automation and analysis.
- Protect sensitive information—Prevent exposure of credentials such as service account tokens and private keys while maintaining sufficient traceability for troubleshooting and audits.