rstfinder icon indicating copy to clipboard operation
rstfinder copied to clipboard

need more specific use of logging

Open mheilman opened this issue 11 years ago • 1 comments

Currently, the code just uses logging.info, logging.warning, etc. to record log messages. It would be better to instantiate one logger for the module, or logging modules for each class, etc. I'm not sure what the best way to do this is, but it would be best to do this without adding a ton of code to every class.

mheilman avatar Aug 01 '14 22:08 mheilman

We should probably use this: https://lukasa.co.uk/2014/05/A_Brief_Digression_About_Logging/

(via @dan-blanchard)

mheilman avatar Aug 14 '14 20:08 mheilman