Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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 is assist 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.

...

Query tools

Technical Overview

Error Logging Module Technical Overview

Other Resources