Ñò
c(@Ic @ sP d Z d d k Z d d k Z d d k Z d g Z d e i f d „ ƒ YZ d S( su Logging related functionality
This logging Handler logs to ``environ['wsgi.errors']`` as designated
in :pep:`333`.
iÿÿÿÿNt WSGIErrorsHandlerc B s5 e Z d Z e d „ Z d „ Z d „ Z d „ Z RS( s® A handler class that writes logging records to
`environ['wsgi.errors']`.
This code is derived from CherryPy's
:class:`cherrypy._cplogging.WSGIErrorHandler`.
``cache``
Whether the `wsgi.errors` stream is cached (instead of looked up
via `pylons.request.environ` per every logged message). Enabling
this option is not recommended (particularly for the use case of
logging to `wsgi.errors` outside of a request) as the behavior
of a cached `wsgi.errors` stream is not strictly defined. In
particular, `mod_wsgi