nskinkel / oppy

A Tor client (onion proxy) implementation in Python
BSD 3-Clause "New" or "Revised" License
24 stars 3 forks source link

Python logging vs. Twisted logging #3

Closed nskinkel closed 10 years ago

nskinkel commented 10 years ago

Do we want to use the Python logging module or the Twisted logging module? I'm not exactly sure of the pros/cons vs each approach. Will comment on more specifics when I have time to read a bit more.

nskinkel commented 10 years ago

After talking with David on Saturday, it seems like Twisted logging is the way to go. Closing this for now, but feel free to re-open/comment if we run into any logging issues in the future. For now, I'm going to move forward with Twisted logging.