You got a notification about error that occurred on a production environment. The merchant gave you the error identifier.
How do you find the error message based on the identifier?
An error is written to the var/log/exception.log file including the identifier
The error is sent to the pre-configured error email with the identifier in the subject
A file with a name matching the identifier is written to the var/report folder
An error message is written to the database table error_log with an error_id field matching the identifier
Submit