Metadata-Version: 1.1
Name: proigia_logstash_formatter
Version: 1.0
Summary: JSON formatter meant for logstash
Home-page: https://github.com/Proigia/proigia-logstash-formatter
Author: Wouter van Bommel
Author-email: wvanbommel@proigia.nl
License: MIT, see LICENSE file
Description: logstash formatter
        ==================
        
        This is a 'reimplementation' of the logstash handler to format messages to
        a logstash json format. The original version (on which we are based) can be found at; https://github.com/exoscale/python-logstash-formatter
        
        Usage
        =====
        To use this module, clone it via:
        
        ::
        
            git clone https://github.com/Proigia/proigia-logstash-formatter.git
            cd proigia-logstash-formatter
        
        and then
        
            pip install -e .
        
        
        In e.g. a pyramids configuration file the handler can be connected via the
        following entry:
        
        ::
        
            [formatter_logstash]
            class = proigia_logstash_formatter.ProigiaLogstashFormatter
        
        and connect it via all 'relevant' other logging settings, as documented by
        pyramids; http://docs.pylonsproject.org/docs/pyramid/en/latest/narr/logging.html
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
