von / PerProxy

A python-based proxy that uses Perspectives to detect and thwart SSL MITM attacks.
7 stars 2 forks source link

No handlers could be found for logger "Perspectives.Checker" #23

Closed von closed 13 years ago

von commented 13 years ago

1) I need to set a NullHandler for the Perspectives library:

http://docs.python.org/howto/logging.html#library-config

2) In the application, I need to set a real handler.

von commented 13 years ago

Commit 29a438d004cd1ccc59bf1bf4bd1b9c77fbdbea17 addresses Issue #27 not this one.