Skip to main content

asyncio-compatible logstash logging handler.

Project description

https://travis-ci.org/aio-libs/aiologstash.svg?branch=master https://codecov.io/gh/aio-libs/aiologstash/branch/master/graph/badge.svg https://badge.fury.io/py/aiologstash.svg

asyncio logging handler for logstash.

Installation

pip install aiologstash

Usage

import logging
from aiologstash import create_tcp_handler

async def init_logger():
     handler = await create_tcp_handler('127.0.0.1', 5000)
     root = logging.getLogger()
     root.setLevel(logging.DEBUG)
     root.addHandler(handler)

Thanks

The library was donated by Ocean S.A.

Thanks to the company for contribution.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

aiologstash-2.0.0.tar.gz (9.2 kB view hashes)

Uploaded Source

Built Distribution

aiologstash-2.0.0-py3-none-any.whl (11.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page