trailofbits/manticore

Refactor logging to allow for complete control when used as a library

Open

#1369 aperta il 8 feb 2019

Vedi su GitHub
 (0 commenti) (0 reazioni) (1 assegnatario)Python (481 fork)batch import
good first issuehelp wantedrefactor

Metriche repository

Star
 (3469 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

The logging system in manticore.utils.log currently makes global changes like setting the the logging logger class. At best, this hinders third party programs that use Manticore as a library to modify how Manticore logs things. At worst, this can actually break third party programs' loggers.

As a continuation of #688, refactor the logging framework to make it extensible when Manticore is used as a library.

Guida contributor