SQL statement debug logging is incomplete #23884
Labels
~backend
Backend-related issue.
bug
Something isn't working as documented
~engineering-initiated
Engineering-initiated story, such as a bug, refactor, or contributor experience improvement.
#g-endpoint-ops
Endpoint ops product group
:release
Ready to write code. Scheduled in a release. See "Making changes" in handbook.
💥 Actual behavior
Debug logging of SQL statements doesn't cover all statements.
🧑💻 Steps to reproduce
FLEET_DEV_ENABLE_SQL_INTERCEPTOR=1
🕯️ More info
The interception code here is an undocumented WIP. It's just as well that it's undocumented at this point, but the feature is quite useful for tracing through endpoint executions for performance or correctness tracking, so ideally we just make it work with more/all of our MySQL calls
The text was updated successfully, but these errors were encountered: