PHACDataHub / cloudrun-deployment-example

Working towards deploying Django apps to Google Cloud Run, using a Cloud SQL Postgres database and a Cloud Build GitHub Trigger.
0 stars 0 forks source link

Add structured logging #23

Closed LilaKelland closed 1 year ago

LilaKelland commented 1 year ago

This does do some structured logging - logs are specified in views.py, and can be then viewed in the GCP logs. I imagine we want to be a little more specific with what we want logged/ how we want that formatted?