python-eliot 1.11.0-1 source package in Ubuntu

Changelog

python-eliot (1.11.0-1) unstable; urgency=medium

  * New upstream release.

 -- Andrej Shadura <email address hidden>  Thu, 26 Dec 2019 17:41:49 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-eliot_1.11.0-1.dsc 1.9 KiB dc9b9a7f3a62e8e72911135ebd3b499024c11dd13e8fe44456e3baf19a6d17b3
python-eliot_1.11.0.orig.tar.gz 148.3 KiB 166ac21f6bef7dbb1b2b1c3e36445ebe4aacca1d0addcbb5b1df0f77c9720f78
python-eliot_1.11.0-1.debian.tar.xz 2.1 KiB 81cd4358e5e9a024c61ef4d748ddfb92857839c84a46851b1c127d7b67a01ce4

Available diffs

No changes file available.

Binary packages built by this source

python3-eliot: logging library for Python that tells you why things happen

 Most logging systems tell you what happened in your application,
 whereas eliot also tells you why it happened.
 .
 eliot is a Python logging system that outputs causal chains of actions:
 actions can spawn other actions, and eventually they either succeed or fail.
 The resulting logs tell you the story of what your software did: what
 happened, and what caused it.
 .
 Eliot works well within a single process, but can also be used across
 multiple processes to trace causality across a distributed system.
 .
 Eliot is only used to generate your logs; you will still need tools like
 Logstash and ElasticSearch to aggregate and store logs if you are using
 multiple processes.