asyncio-compatible logstash logging handler.
Project description
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)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
aiologstash-0.0.3a0.tar.gz
(9.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file aiologstash-0.0.3a0.tar.gz.
File metadata
- Download URL: aiologstash-0.0.3a0.tar.gz
- Upload date:
- Size: 9.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4749839c03bbf4ec0cec139e2b9c74d7a80f906fa5f8a90130bc5c30e0da1328
|
|
| MD5 |
1749b0e92c23454fb06720ddf9ac8c2f
|
|
| BLAKE2b-256 |
2661add081781f66d7608c2f9ff94c9e47d8e94eefa719a3483f2b9500d36db7
|
File details
Details for the file aiologstash-0.0.3a0-py3-none-any.whl.
File metadata
- Download URL: aiologstash-0.0.3a0-py3-none-any.whl
- Upload date:
- Size: 18.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
96fed59f96dcb4c534fc55b4b5b610a5a7176556764e492967fd13652cfd32b6
|
|
| MD5 |
7cbf1b25797ece01bb5c92c18f33dafd
|
|
| BLAKE2b-256 |
19d0d6ea818ef6654fa0721a8dc6cd193d23df09205199cb45a754a235ca173e
|