Deferred Logging in PAS for OpenEdge
- Last Updated: October 29, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Videos
This video introduces the deferred logging feature in PAS for OpenEdge. Deferred logging in PAS for OpenEdge opens an in-memory buffer to record stack trace information immediately preceding a multi-session agent crash. It also lets system administrators run an on-demand monitoring check on an instance via an API.
Deferred logging helps system administrators understand why an agent crashes by providing additional logging information about a crash. Deferred logging also helps performance by only recording a small amount of information that is relevant to an agent crash.
For more information, see Use deferred logging in PAS for OpenEdge.
Additionally, you can visit the following topics for usage
information:
- REST APIs: Flush deferred log buffer to agent log file and Reset deferred log buffer.
- OEJMX queries: Flush deferred log buffer to agent log file query and Reset deferred log buffer query.