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

Clean up how logging works #54

Open
1 of 6 tasks
jmertic opened this issue Oct 10, 2024 · 0 comments
Open
1 of 6 tasks

Clean up how logging works #54

jmertic opened this issue Oct 10, 2024 · 0 comments

Comments

@jmertic
Copy link
Owner

jmertic commented Oct 10, 2024

A few things

  • Getting away from raising Exceptions as much as possible ( done in Fixes to support landscape2 #62 )
  • Add a mode for reporting ERROR level messages; this level should be for cases when an entry could not be added (for example - no website ). This replaces what the previous missing.csv did
  • Ensure WARNING level messages only report where there were data source problems, but they could be corrected (for example, missing/invalid logo )
  • Use INFO only for tracking where one is in the processing
  • Use DEBUG level messages for granular details on execution
  • Ensure all levels can be managed via the command line for output
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant