Site error log service¶
Plone sites contain error log service which is located as error_log in the site root. It logs site exceptions and makes the tracebacks accessible from Plone control panel and ZMI.
The service is somewhat archaic and can log exceptions only, not plain error messages.
Example how to add exceptions to error log¶
Todo
Complete "Example how to add exceptions to error log"