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

Implement better logging + write to local log file #94

Closed
5 tasks
nicolassaw opened this issue Jul 8, 2024 · 1 comment
Closed
5 tasks

Implement better logging + write to local log file #94

nicolassaw opened this issue Jul 8, 2024 · 1 comment
Assignees
Labels
architecture big picture how all the code and data fit together

Comments

@nicolassaw
Copy link
Contributor

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

  1. Ensure the code writes to the same logger file in the logging directory.
  2. Review each module to ensure that logging is implemented at every step of the code.
  • orchestrator
  • scraper
  • parser
  • cleaner
  • updater
@nicolassaw
Copy link
Contributor Author

Logging is being broken down into separate tickets below:
#109
#121
#116
#102
#127

Accordingly, this ticket can be closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
architecture big picture how all the code and data fit together
Projects
Status: ✅ Done
Development

No branches or pull requests

2 participants