Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Save Log output to file instead of just printing #53

Open
driscoll42 opened this issue Mar 11, 2021 · 1 comment
Open

Save Log output to file instead of just printing #53

driscoll42 opened this issue Mar 11, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@driscoll42
Copy link
Owner

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 driscoll42 added the enhancement New feature or request label Mar 11, 2021
@driscoll42 driscoll42 self-assigned this Mar 11, 2021
@driscoll42 driscoll42 added this to Misc in ebayMarketAnalyzer via automation Mar 11, 2021
@driscoll42 driscoll42 moved this from Misc to Getting & Cleaning Data in ebayMarketAnalyzer Mar 12, 2021
@driscoll42
Copy link
Owner Author

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

@driscoll42 driscoll42 moved this from Getting & Cleaning Data to Misc in ebayMarketAnalyzer Mar 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

1 participant