Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ESultanik opened this issue Feb 8, 2019 · 0 comments
Open

Comments

@ESultanik
Copy link
Contributor

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.

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

No branches or pull requests

3 participants