ebayMarketAnalyzer
ebayMarketAnalyzer copied to clipboard
Save Log output to file instead of just printing
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.
Realistically I should implement this using the logging library: https://docs.python.org/3/library/logging.html