Closed apfejes closed 6 years ago
We really should be using logging instead of print in scripts/edgepy.py. That gives way more control and flexibility.
All print statements should be replace with logging.
Would it be preferred to use the python internal library logging or something like logzero which I like?
logging
logzero
We really should be using logging instead of print in scripts/edgepy.py. That gives way more control and flexibility.
All print statements should be replace with logging.