Skip to main content
Latest Version Latest version Documentation Status

A python logging bundle to send logs using GELF on the OVH Logs Data Platform.

Quickstart

First, install logging-ldp using pip:

pip install -U logging-ldp

The following example shows how to send log in Graylog TCP input

import logging
from logging_ldp.formatters import LDPGELFFormatter
from logging_ldp.handlers import LDPGELFTCPSocketHandler

logger = logging.getLogger("ldp")
logger.setLevel(logging.DEBUG)

handler = LDPGELFTCPSocketHandler(hostname="gra1.logs.ovh.com")
handler.setFormatter(LDPGELFFormatter(token="XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX"))
logger.addHandler(handler)
logger.debug("hello !")

Requirements

  • Python >= 3.3

License

Licensed under BSD 3-Clause License or https://opensource.org/licenses/BSD-3-Clause.

Download files

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

Source Distribution

logging-ldp-0.0.7.tar.gz (6.6 kB view details)

Uploaded Source

File details

Details for the file logging-ldp-0.0.7.tar.gz.

File metadata

  • Download URL: logging-ldp-0.0.7.tar.gz
  • Upload date:
  • Size: 6.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.7.17

File hashes

Hashes for logging-ldp-0.0.7.tar.gz
Algorithm Hash digest
SHA256 ee6f8a2565a77e703e2bcc63b63ec61311588adbef9ae7e186b643dbfb7fc766
MD5 7b4fc91a8d8b3e0cf22b1fccf7863405
BLAKE2b-256 0a6df0653145b5e47718f95e236f3ca3f6845218536254ca0b329749af8156aa

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.0.7 This release

1 file

0.0.6

1 file

0.0.5

1 file

0.0.1

1 file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page