About Anaconda Help Download Anaconda

Action-tracing logging for Python: the logging library that tells you why it happened

copied from cf-staging / eliot

Installers

Info: This package contains files in non-standard labels.
  • linux-64 v1.16.0
  • osx-64 v1.16.0
  • win-64 v1.16.0

conda install

To install this package run one of the following:
conda install conda-forge::eliot
conda install conda-forge/label/cf202003::eliot

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.


© 2024 Anaconda, Inc. All Rights Reserved. (v4.0.6) Legal | Privacy Policy