Metadata-Version: 1.1
Name: python-kafka-logging
Version: 0.1
Summary: Simple python logging handler for forwarding logs to a kafka server.
Home-page: https://github.com/taykey/python-kafka-logging
Author: Taykey INC
Author-email: github@taykey.com
License: Apache 2.0
Description: ===============================
        Python Kafka Logging Handler
        ===============================
        
        Simple python logging handler for forwarding logs to a kafka server.
        
        The handler uses a logstash formatter.
        
        
        Installing
        ==========
        
        .. code-block:: shell
        
        	$ pip install python-kafka-logging
        
        
        How to use 
        ==========
        Example for using the handler within a native logging.conf file
        
        .. code-block:: shell
        
        	example/logging.conf
           
        
        
        Get the project
        ===============
        
        	1. Clone the git repository
        	
        	.. code-block:: shell
        	
        		$ git clone https://github.com/taykey/python-kafka-logging/
        
        	2. Install a virtualenv
        	
        	.. code-block:: shell
        	
        		$ sudo apt-get install python-virtualenv
        
        	3. Create a new virtualenv
        	
        	.. code-block:: shell
        	
        		$ virtualenv python-kafka-logging-ve
        
        	4. Install project's requirements
        	
        	.. code-block:: shell
        	
        		$ python-kafka-logging-ve/bin/pip install -r requirements.txt
        
        
        
        Reporting Issues
        ================
        If you have suggestions, bugs or other issues specific to this library, file them `here`_ or contact me at avihoo <at> taykey <dot> com.
        
        
        
        keywords: python, logging, handler, example, kafka, logs, logstash, formatter
        
        .. _here: https://github.com/taykey/python-kafka-logging/issues
        
        
        
        
Keywords: python,logging,handler,example,kafka,logs,logstash,formatter
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
