graypy 2.1.0-1 source package in Ubuntu

Changelog

graypy (2.1.0-1) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.

  [ Benjamin Drung ]
  * New upstream release.
  * Update standards version to 4.5.1, no changes needed.
  * Switch to debhelper 13
  * Set Rules-Requires-Root: no
  * Upgrade debian/watch to version 4

 -- Benjamin Drung <email address hidden>  Wed, 06 Jan 2021 15:04:46 +0100

Upload details

Uploaded by:
Benjamin Drung
Uploaded to:
Sid
Original maintainer:
Benjamin Drung
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
graypy_2.1.0-1.dsc 2.0 KiB ba18a321e7e4e22f207fbd3c87a7c8e538469a3a872fb5258844c5472988d6b2
graypy_2.1.0.orig.tar.gz 23.6 KiB fd8dc4a721de1278576d92db10ac015e99b4e480cf1b18892e79429fd9236e16
graypy_2.1.0-1.debian.tar.xz 2.9 KiB 3c7575dfb2325bc5257a94f6bf0de3ca816a8a95d9f595c3685b43d9b4865412

Available diffs

No changes file available.

Binary packages built by this source

python3-graypy: Python logging handler that sends messages in GELF (Python 3)

 This package can be used to sent messages to Graylog2 using a custom handler
 for the builtin logging library in the Graylog Extended Log Format (GELF).
 .
 Alternately, GELFRabbitHandler can be used to send messages to RabbitMQ. Your
 Graylog2 server needs to be configured to consume messages via AMQP then. This
 prevents log messages from being lost due to dropped UDP packets (GELFHandler
 sends messages to Graylog2 using UDP). You will need to configure RabbitMQ
 with a 'gelf_log' queue and bind it to the 'logging.gelf' exchange so messages
 are properly routed to a queue that can be consumed by Graylog2 (the queue and
 exchange names may be customized to your liking).
 .
 graypy can be easily integrated into Django's logging settings.
 .
 This is the Python 3 version of the package.