Use Zope exception format for logging
Project description
The package provides the function use_zope_exception_log_format. When called, it overrides logging.Formatter.formatException with the effect that later log entries use Zope’s format for exceptions rather than Python’s. The former contains additional hints from __traceback_info__ and __traceback_supplement__ found in the traceback frames.
__traceback_info__ and/or __traceback_supplement__ are often used by the Zope infrastructure or application code to provide additional information for the analysis of exception causes. For example, Zope’s page templates use this mechanism to make available at what position in the template an exception occurred.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file dm.zopepatches.logging-1.0.tar.gz
.
File metadata
- Download URL: dm.zopepatches.logging-1.0.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/2.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 77e05b905c9594139bb6627f75acbde7ca097946996be11151d794ac44a75dc7 |
|
MD5 | f5b9c4b0febf374d1479f1816f4cf827 |
|
BLAKE2b-256 | c3cf3a275d34f53250cb54f6748a08766d30e17dbf9222f7fd8dd0eccb4fb6b3 |