Transition print()
statements in API to logging
module
#317
Labels
enhancement
New feature or request
print()
statements in API to logging
module
#317
This specifically concerns the info print outs during download and loading:
Example in Download routine:
coderdata/coderdata/download/downloader.py
Line 104 in 8fadc34
Example in
cd.load()
rountine:coderdata/coderdata/dataset/dataset.py
Line 433 in 8fadc34
Those could be moved to
logging
routine for easier and more robust handling. See for example:coderdata/scripts/prepare_data_for_improve.py
Line 14 in 0c724de
coderdata/scripts/prepare_data_for_improve.py
Lines 99 to 111 in 0c724de
coderdata/scripts/prepare_data_for_improve.py
Line 130 in 0c724de
The text was updated successfully, but these errors were encountered: