Wiki Spaces
Documentation
Projects
Resources
Get Help from Others
Q&A: Ask OpenMRS
Discussion: OpenMRS Talk
Real-Time: IRC Chat | Slack
The Error Logging Module provides a mechanism to log uncaught exceptions to a database, along with associated metadata and provide this information to users so that they can provide a specific error log id along with their bug report. It assists in proactively improving the system regardless of whether or not users are reporting their errors. Admin can view all uncaught exceptions which occurred in the system and send information about them to developers to fix bugs.
Via query tools admin can query exception logs by user, datetime, exception class, exception message, exception frequency, etc.
To prevent large numbers of errors getting into table admin can set which errors to ignore.
OpenMRS 1.7.x, OpenMRS 1.8.x, OpenMRS 1.9.x, OpenMRS 1.10.x
Error Logging Module Technical Overview
1 Comment
user-a471a
The technical overview for this seems very comprehensive, and the visuals are helpful. I think the overview could be improved a bit, and a less technical 'how it works' could be added.