Skip to content
This repository has been archived by the owner on Sep 9, 2023. It is now read-only.

Monitoring the application #2

Open
math2001 opened this issue Apr 27, 2019 · 0 comments
Open

Monitoring the application #2

math2001 opened this issue Apr 27, 2019 · 0 comments

Comments

@math2001
Copy link
Owner

There's this very interesting package called Eliot, that propose a different approach to logging.

For sure, the current way logging works is just very inefficient. Firstly, debug isn't always enabled (and leaving every module's logging level to DEBUG would be a nightmare), and even if it was, it's so painful to look through it, and track on particular thing (concurrency doesn't make things any better).

From what I understand right now, Eliot does it using actions. A program is just a collection of actions, and Eliot monitors them, and record how they behaved. It's seems nicer for debugging and monitoring perfs.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant