lexeme-dev / core

A project to develop novel algorithms and analysis techniques for legal research
4 stars 0 forks source link

Replace print statements with proper logging #42

Closed ProbablyFaiz closed 2 years ago

ProbablyFaiz commented 2 years ago

This is an easy one: use Python's built in logging library so we get timestamps and log levels instead of just the print output.

Some good info here: https://stackoverflow.com/questions/28330317/print-timestamp-for-logging-in-python/44175370