GoogleCloudPlatform / pgadapter

PostgreSQL wire-protocol proxy for Cloud Spanner
https://cloud.google.com/spanner/docs/postgresql-interface#postgresql-client-support
Apache License 2.0
54 stars 20 forks source link

feat: add option for logging gRPC messages #2230

Closed olavloite closed 2 weeks ago

olavloite commented 2 weeks ago

Adds an option for logging all gRPC messages that are sent by PGAdapter to Spanner to make it easier to get insights into what exactly PGAdapter and/or an application does. This option should only be used for debugging, and is not recommended for production use, as it will produce a large amount of log lines.