D
D
DeBass2014-01-14 11:01:57
Python
DeBass, 2014-01-14 11:01:57

How to organize logging and catching errors in a large python project?

Good afternoon colleagues.
Let's pretend we're doing a big python project. Many modules are used, both their own and not their own. The project is a multithreaded application. Of course, both during testing and during operation, troubles and errors can occur. Here I have a question, how can I log all errors (for example, write all tracebacks to a file) that will arise. How and what is the best way to do it? I will be glad to councils on handling of errors.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
Vladimir, 2014-01-14
Ulupov

Sentry? sentry.readthedocs.org/en/latest

A
alternativshik, 2014-01-14
@alternativshik

+1 for sentry.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question