python-fluent-logger 0.10.0-3 source package in Ubuntu

Changelog

python-fluent-logger (0.10.0-3) unstable; urgency=medium

  [ Debian Janitor ]
  * Wrap long lines in changelog entries: 0.10.0-2.
  * Update standards version to 4.6.1, no changes needed.

 -- Jelmer Vernooij <email address hidden>  Fri, 28 Oct 2022 19:51:42 +0100

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-fluent-logger_0.10.0-3.dsc 2.2 KiB 931b08fca3dafdb446c81b9b0e1d3337b954794c2d0fbc5cee71e5e5350094ff
python-fluent-logger_0.10.0.orig.tar.gz 16.4 KiB 943361d29290ac8eac8168576a874d3d5042de70a05b818c1d34900bbe83a7ce
python-fluent-logger_0.10.0-3.debian.tar.xz 2.8 KiB 0f60491f9ff1f7bb916e77ff060f623c6a9a52cd81591bc6d4d6c9c8c6c77362

Available diffs

No changes file available.

Binary packages built by this source

python3-fluent-logger: Structured logger for Fluentd - Python

 Many web/mobile applications generate huge amount of event logs
 (c, f. login, logout, purchase, follow, etc). To analyze these
 event logs could be really valuable for improving the service.
 However, the challenge is collecting these logs easily and reliably.
 Fluentd solves that problem by having: easy installation, small
 footprint, plugins, reliable buffering, log forwarding, etc.
 .
 Fluent-logger is a Python library, to record the
 events from Python application.
 .
 This package contains Python library.