Metadata-Version: 1.1
Name: mattermost_log_handler
Version: 0.0.1
Summary: Posts log events to Mattermost via webhook
Home-page: https://github.com/nukru/mattermost_log_handler
Author: Julio Arenere Mendoza
Author-email: jarenere@gmail.com
License: MIT
Download-URL: https://github.com/nukru/mattermost_log_handler/archive/master.zip
Description: **********************
        Mattermost Log Handler
        **********************
        
        Python log Handler that posts to a Mattermost channel. Post to
        Mattermost using `Incoming
        Webhooks <https://docs.mattermost.com/developer/webhooks-incoming.html>`__.
        Inspired by https://github.com/mathiasose/slacker\_log\_handler and
        others slack logs
        
        Mattermost Log Handler use asyncio to generate requests non-blocking.
        
        *exc\_info* is sent as a attachments
        
        Mattermost don't support *icon\_emoji* as slack, maybe change icon\_url
        to icon with differents levels of warnings, using /static/emoji as url
        
Keywords: mattermost,logging,handler
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Communications :: Chat
Classifier: Topic :: System :: Logging
