Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/Pylons/pyramid_exclog
- Owner: Pylons
- License: other
- Created: 2011-08-12T08:11:10.000Z (over 13 years ago)
- Default Branch: main
- Last Pushed: 2022-11-21T02:21:25.000Z (almost 2 years ago)
- Last Synced: 2024-05-14T19:54:18.581Z (6 months ago)
- Language: Python
- Homepage: https://docs.pylonsproject.org/projects/pyramid-exclog/en/latest/
- Size: 146 KB
- Stars: 22
- Watchers: 12
- Forks: 19
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-pyramid - pyramid_exclog - a package which (Debugging)
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.