Introduction
haufe.requestmonitoring package implements a detailed request logging functionality on top of the publication events as introduced with Zope 2.12.
Fine resolution request logging
Used as base for ztop and zanalyse, i.e. helps to determine the Zope load, detect long running requests and to analyse the causes of restarts.
The implementation in this module registers subscribers for IPubStart and IPubSuccess/IPubFailure. For each of these events, a log entry of the form:
timestamp status request_time type request_id request_info
Product's homepage
What's New in This Release: [ read full changelog ]
· do not use deprecated threadframe dependency anymore on recent Python versions [keul]
· fixed egg dependencies for Zope 2.13 [keul]
· added the verbosity configuration option for the logger [keul]