pybaseball icon indicating copy to clipboard operation
pybaseball copied to clipboard

Refactor Print statements to use python logging module

Open pinsondg opened this issue 2 years ago • 0 comments

Whenever I go to fetch data from a statcast function, there is a print statement that is being run (example). This is clogging up my output and it would be better if the python logging module was used instead so it can be easily disabled. There are print statements in a few places that should also be changed. This will allow the introduction of log levels as well.

pinsondg avatar Oct 04 '23 21:10 pinsondg