Logging for Complex & Distributed Systems
Project description
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.
Eliot is maintained by Itamar Turner-Trauring, and released under the Apache 2.0 License.
Download from PyPI.
File bugs at Github.
Need help? File an issue or join the #eliot IRC channel on irc.freenode.net
Testimonials
“Eliot has made tracking down causes of failure (in complex external integrations and internal uses) tremendously easier. Our errors are logged to Sentry with the Eliot task UUID. That means we can go from a Sentry notification to a high-level trace of operations—with important metadata at each operation—in a few seconds. We immediately know which user did what in which part of the system.”
—Jonathan Jacobs
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for eliot-1.2.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | bb73502ff2e3b0d3ed8e8c8299baed0b3ad82b151000af3330d09c319a693210 |
|
MD5 | 29c2b58bdcc37cfc92a1607e55d2b53e |
|
BLAKE2b-256 | 6ed4abfaf6e4c102905916efe381b19587fafe9a75754394087fa27dd52e94b6 |