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)
Thanks
The library was donated by Ocean S.A.
Thanks to the company for contribution.
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-1.1.0a1.tar.gz
(8.0 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-1.1.0a1.tar.gz.
File metadata
- Download URL: aiologstash-1.1.0a1.tar.gz
- Upload date:
- Size: 8.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1e2b30343845d286a768ff780f7c603cd2d0abaef85916bb36dcaa15039a5975
|
|
| MD5 |
059431bc6cbff2e2000dfd8cfc54cc8c
|
|
| BLAKE2b-256 |
630ac0c3e92d3b3f261fbbe3451ba334bf8377d4bbdda640230ffb928402e052
|
File details
Details for the file aiologstash-1.1.0a1-py3-none-any.whl.
File metadata
- Download URL: aiologstash-1.1.0a1-py3-none-any.whl
- Upload date:
- Size: 10.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b77e9adb08ca6b60ef78a1a16792698588e9fb7cc2142041ce2a42495f6aa029
|
|
| MD5 |
e21948d26fd3ba52923f8dbef8b4e5cc
|
|
| BLAKE2b-256 |
f6480fea27c8801e1b6ee96b8db58b2a00714957df965becfd21bfc2ecdf096c
|