Skip to content

zopefoundation/Products.SiteErrorLog

Repository files navigation

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.