Skip to main content

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


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 hashes)

Uploaded Source

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