healthcareai-py icon indicating copy to clipboard operation
healthcareai-py copied to clipboard

Implement Logging

Open Aylr opened this issue 7 years ago • 1 comments

Notes

This is a nice to have, and may not be in the MVP.

Details

  • [ ] implement a logger
  • [ ] implement a config file for advanced users?
  • [ ] should simple users get file output and a log or just a log?
  • [ ] replace most (if not all) print() to logger
  • [ ] set logging levels on print statements
  • [ ] remove debug flags from all functions and use log-level (perhaps instantiated at the class?)

Aylr avatar Mar 28 '17 23:03 Aylr

Sorry for the delay. I will be pursuing this issue.

mxlei01 avatar Nov 10 '17 03:11 mxlei01