gingeleski / conspiracy

Web app pen test automation via Chrome and Burp Suite.
0 stars 0 forks source link

Re-implement logging #30

Closed gingeleski closed 5 years ago

gingeleski commented 5 years ago

When we shifted to this plugin-oriented, modular architecture we lost logging.

To just get that done I took all the logging and changed it to print calls.

This issue covers researching how to have multiple different classes write to (hopefully) one log.

gingeleski commented 5 years ago

Looks like the solution is covered here https://docs.python.org/3/howto/logging-cookbook.html