driscoll42 / ebayMarketAnalyzer

Scrape all eBay sold listings to determine average/median pricing, plot listings over time with trend lines, and extract to excel
195 stars 26 forks source link

Save Log output to file instead of just printing #53

Open driscoll42 opened 3 years ago

driscoll42 commented 3 years ago

Is your feature request related to a problem? Please describe. Currently the verbose/debug output gets printed to the python terminal. In case you run again, want to debug later, etc... it gets overwritten

Describe the solution you'd like Save the verbose to a log file for easier reference and debugging.

driscoll42 commented 3 years ago

Realistically I should implement this using the logging library: https://docs.python.org/3/library/logging.html