Errors are logged with both a specific error ID and a "tracking number," the latter of which is tied to the session and does not change on repeated errors.
The error.php template tells the user, "If you report this error, please also report this tracking number which makes it possible to locate your session in the logs available to the system administrator..."
There doesn't appear to be a function or admin UI page to retrieve saved error data by tracking number, which makes me wonder if I'm missing something obvious or the expectation is that an admin would search the session tables for the logged ID or "number."
In the case of memcache storage, this is easier said that done. Any thoughts on the admin side of this process?
Errors are logged with both a specific error ID and a "tracking number," the latter of which is tied to the session and does not change on repeated errors.
The
error.phptemplate tells the user, "If you report this error, please also report this tracking number which makes it possible to locate your session in the logs available to the system administrator..."There doesn't appear to be a function or admin UI page to retrieve saved error data by tracking number, which makes me wonder if I'm missing something obvious or the expectation is that an admin would search the session tables for the logged ID or "number."
In the case of memcache storage, this is easier said that done. Any thoughts on the admin side of this process?