trailofbits/manticore

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

Open

#1,369 建立於 2019年2月8日

在 GitHub 查看
 (0 留言) (0 反應) (1 負責人)Python (481 fork)batch import
good first issuehelp wantedrefactor

倉庫指標

Star
 (3,469 star)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

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.

貢獻者指南