uchicago-capp-30320 / CivicLens

Putting the public back in public commenting
https://civic-lens.org
GNU Affero General Public License v3.0
2 stars 1 forks source link

Add logging into into regulations.gov API retrieval #55

Open andrewjtdunn opened 4 months ago

andrewjtdunn commented 4 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

andrewjtdunn commented 4 months ago

decision: cron job logging captures existing print statements in the code right now. Nothing new required right now

rezarzky commented 4 months ago

Next step: Implement more proper logging using logging package