Metadata-Version: 1.1
Name: clusterlogger
Version: 0.2.0
Summary: Logging package for contextual information of clusters.
Home-page: https://github.com/RayCrafter/clusterlogger
Author: David Zuber
Author-email: zuber.david@gmx.de
License: BSD
Description: =========================================================
        ClusterLogger
        =========================================================
        
        .. image:: http://img.shields.io/pypi/v/clusterlogger.png?style=flat
            :target: https://pypi.python.org/pypi/clusterlogger
            :alt: PyPI version
        
        .. image::  https://img.shields.io/travis/RayCrafter/clusterlogger/master.png?style=flat
            :target: https://travis-ci.org/RayCrafter/clusterlogger
            :alt: Build Status
        
        .. image:: http://img.shields.io/pypi/dm/clusterlogger.png?style=flat
            :target: https://pypi.python.org/pypi/clusterlogger
            :alt: Downloads per month
        
        .. image:: https://img.shields.io/coveralls/RayCrafter/clusterlogger/master.png?style=flat
            :target: https://coveralls.io/r/RayCrafter/clusterlogger
            :alt: Coverage
        
        .. image:: http://img.shields.io/pypi/l/clusterlogger.png?style=flat
            :target: https://pypi.python.org/pypi/clusterlogger
            :alt: License
        
        .. image:: https://readthedocs.org/projects/clusterlogger/badge/?version=latest&style=flat
            :target: http://clusterlogger.readthedocs.org/en/latest/
            :alt: Documentation
        
        
        
        
        
        Logging package for contextual information of clusters.
        
        
        Features
        --------
        
        * `Hazel Hen <http://www.hlrs.de/systems/platforms/cray-xc40-hazel-hen/>`_ logging filter.
        * GELFTCPHandler for sending logs to `Graylog <https://www.graylog.org/>`_ via TCP.
        
        
        .. :changelog:
        
        History
        -------
        
        0.1.0 (2015-07-17)
        +++++++++++++++++++++++++++++++++++++++
        
        * First release on PyPI.
        
        0.1.1 (2015-07-18)
        +++++++++++++++++++++++++++++++++++++++
        
        * Add ``sitename`` and ``platform`` attributes to the log record.
        
        0.2.0 (2015-07-28)
        +++++++++++++++++++++++++++++++++++++++
        
        * GELFTCPHandler: Some clusters might not support outgoing UDP connections.
        
Keywords: clusterlogger
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2.7
