Python logging formatter and handlers for Graylog Extended Log Format (GELF)
Project description
Python logging formatter and handlers for Graylog Extended Log Format (GELF)
Simple usage
import logging
from gray_elf import GelfTcpHandler
logging.root.addHandler(
GelfTcpHandler(host=GRAYLOG_HOST, port=GRAYLOG_PORT)
)
Change log
See CHANGELOG.
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
gray-elf-0.1.0.tar.gz
(2.8 kB
view details)
File details
Details for the file gray-elf-0.1.0.tar.gz
.
File metadata
- Download URL: gray-elf-0.1.0.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/42.0.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3b9fcbb35e86d5c7be400885b1d06b650337e7bfa4e8d9e969269016d61ca6a8 |
|
MD5 | eae5c1156bbab2e89ac77c6496a82fd2 |
|
BLAKE2b-256 | 076817b5603912d298ab3ca88499ad11518094c057ae453a343832df111f6fe0 |