Closed Iain-S closed 3 years ago
Also moves the logging level from an env var to a commandline argument (either -v
for INFO or -vv
for DEBUG). If someone is using netspy as a library, they can set the logging level themselves, else it will likely default to WARN.
@OscartGiles are you happy with this one? I notice there are some cprint
s in the CLI code. Not sure whether we want to try to do coloured logger formatting or leave that for some other time?
Looks great. Ah yeh, im not sure about cprint now. It seemed like a good idea, but didnt have a structured idea for a colour scheme
Overview
Moves over to using the logging module instead of print for the nlp_helper_functions file.
See also #82