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 logging #58

Open
ryankortbeek opened this issue Feb 18, 2022 · 0 comments
Open

Implement logging #58

ryankortbeek opened this issue Feb 18, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request medium priority Ideal to have functionality

Comments

@ryankortbeek
Copy link
Member

Brief Feature Description

All prints to stdout used for debugging, error tracking, or general info should be replaced with formal logging. These logs should be written to a log/ file in the root directory of this repo with a new log file created every day and only the previous two weeks worth of log files being kept before being overwritten by new log files (a lot of this is handled under the hood by logging libraries).

Additional Info

A good starting point would be to find all prints in the repo and replace them with calls to the logger module once it is set up/an external library has been chosen. From that point, logging should be added for all cases where exceptions are handled or errors could occur.

Priority

Medium

@ryankortbeek ryankortbeek added enhancement New feature or request medium priority Ideal to have functionality labels Feb 18, 2022
@gurbirsandha gurbirsandha self-assigned this Sep 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request medium priority Ideal to have functionality
Projects
None yet
Development

No branches or pull requests

2 participants