Products.SiteErrorLog

Error log for Zope.


License
ZPL-2.1
Install
pip install Products.SiteErrorLog==5.6

Documentation

https://coveralls.io/repos/github/zopefoundation/Products.SiteErrorLog/badge.svg?branch=master Current version on PyPI Supported Python versions

Products.SiteErrorLog

The SiteErrorLog object is a valuable debugging aid. It records all exceptions happening in its container and all subfolders as your site's code executes.

SiteErrorLog recorded errors are not persistent, they are stored in RAM and thus disappear when the Zope process restarts.