Open andrewjtdunn opened 6 months ago
Need to figure out if this gets recorded in a database.
Also need to think about if logging makes sense in move_data_from_api_to_database in its current form, or into some code tailored to a cronjob
decision: cron job logging captures existing print statements in the code right now. Nothing new required right now
Next step: Implement more proper logging using logging package
Need to figure out if this gets recorded in a database.
Also need to think about if logging makes sense in move_data_from_api_to_database in its current form, or into some code tailored to a cronjob