Skip to content

py361/repoze.errorlog

 
 

Repository files navigation

repoze.errorlog

image

Documentation Status

image

image

This package implements a WSGI middleware filter which intercepts exceptions and writes them to a Python logging module channel (or the wsgi.errors filehandle, if no channel is configured). It also allows the browsing of limited exception history via a browser UI.

Installation

Install using setuptools, e.g. (within a virtualenv):

$ easy_install repoze.errorlog

or using pip:

$ pip install repoze.errorlog

Usage

For details on using the various components, please see the documentation in docs/index.rst. A rendered version of that documentation is also available online:

Reporting Bugs

Please report bugs in this package to

https://github.com/repoze/repoze.errorlog/issues

Obtaining Source Code

Download development or tagged versions of the software by visiting:

https://github.com/repoze/repoze.errorlog

About

WSGI middleware: intercept / log / browse exceptions

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 96.2%
  • HTML 3.8%