python-security/pyt

Add a logger and verbosity options

KevinHock opened this issue · 3 comments

So after #99 is merged, we will be be pretty accurate, accurate enough for us to shift our focus towards making the tool more resilient and able to run on lots and lots of repos.

PyT needs to be more user-friendly by letting the user know e.g. which files it is looking at, and also more resilient, logging will help with fixing issues like RecursionDepth errors etc.

Here is a logging PR that is pretty good we can take things from Yelp/detect-secrets#46

Hi @bcaller, sorry I wasn't on Slack for a long time, I got back to you 👍

Initial logging framework added in #172.

Good point, I forgot to close 👍