ebayMarketAnalyzer icon indicating copy to clipboard operation
ebayMarketAnalyzer copied to clipboard

Save Log output to file instead of just printing

Open driscoll42 opened this issue 3 years ago • 1 comments

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 avatar Mar 11 '21 19:03 driscoll42

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

driscoll42 avatar Mar 12 '21 02:03 driscoll42