You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem
Currently, the logger is not writing to a local file for later review. Because the program may be running unattended for a long period of time, it is important to create a logger that writes to a local file for later review. In addition, logging syntax is not present in every single module in the program and should be more widespread.
Goal
Ensure the code writes to the same logger file in the logging directory.
Review each module to ensure that logging is implemented at every step of the code.
orchestrator
scraper
parser
cleaner
updater
The text was updated successfully, but these errors were encountered:
Problem
Currently, the logger is not writing to a local file for later review. Because the program may be running unattended for a long period of time, it is important to create a logger that writes to a local file for later review. In addition, logging syntax is not present in every single module in the program and should be more widespread.
Goal
logging
directory.The text was updated successfully, but these errors were encountered: