Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Pylons/pyramid_exclog

Exception logging tween for Pyramid
https://github.com/Pylons/pyramid_exclog

Last synced: 3 months ago
JSON representation

Exception logging tween for Pyramid

Awesome Lists containing this project

README

        

``pyramid_exclog``
==================

A package which logs Pyramid application exception (error) information to a
standard Python logger. This add-on is most useful when used in production
applications, because the logger can be configured to log to a file, to UNIX
syslog, to the Windows Event Log, or even to email.

See the documentation at
https://docs.pylonsproject.org/projects/pyramid-exclog/en/latest/ for more
information.

This package will only work with Pyramid 1.5 and better.