platform icon indicating copy to clipboard operation
platform copied to clipboard

Policy: trace level logs should show sql queries being run

Open jakedoublev opened this issue 1 year ago • 0 comments

Background

Policy db queries are being migrated from squirrel to sqlc (#864). We need to log the SQL queries being executed at the trace log level like we've done in the past with Squirrel.

Acceptance Criteria

  1. a DRY functionality exists to log SQL queries executed by SQLC functions at the trace level

jakedoublev avatar Aug 21 '24 18:08 jakedoublev