Closed measrainsey closed 1 month ago
Simple PR to replace print() statements with python's logging functions.
print()
logging
This should fix #24.
I've implemented a custom logger that:
__name__
logging.info()
.gitignore
For example, running run_preprocess.py results in the following log files:
run_preprocess.py
Hopefully a simple review, but please let me know if I should fix anything.
Simple PR to replace
print()
statements with python'slogging
functions.This should fix #24.
I've implemented a custom logger that:
__name__
)logging.info()
.gitignore
)For example, running
run_preprocess.py
results in the following log files:Hopefully a simple review, but please let me know if I should fix anything.