Metadata-Version: 1.0
Name: gocept.arecibologger
Version: 0.1
Summary: Arecibo patch for Zope 2's site error log.
Home-page: UNKNOWN
Author: Christian Theune
Author-email: ct@gocept.com
License: ZPL
Description: Arecibo is a GAE application that is useful to gather errors from a set of
        servers, specifically errors that occur while processing web requests.
        
        gocept.arecibologger is a patch for Zope 2's site error log that will send as
        much data (tracebacks, request data, user name, ...) to the Arecibo server as
        possible.
        
        How to use
        ==========
        
        * Install the gocept.arecibologger egg into your Zope 2 runtime environment.
        * Activate it by pulling the egg in via ZCML.
        * Configure the Arecibo account and server address in your zope.conf::
        
        <product-config gocept.arecibologger>
        server http://myarecibo.appspot.com/v/1/
        account u8orukajlfdjklafda
        </product-config>
        
        
        
        0.1 (2010-10-19)
        ================
        
        - Implement initial patch to the site error log.
        
Keywords: logging
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Framework :: Zope2
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Topic :: System :: Logging
