manila/releasenotes/notes/bug-2082944-sqlalchemy-tracing.yml
Sylvan Le Deunff 6b796905a5
Add ability to trace SQL transactions with profiler
Closes-Bug: #2082944
Change-Id: I8781359e338ffb44e5f55211bec147000a2097cb
2024-10-10 14:42:05 +02:00

6 lines
129 B
YAML

---
fixes:
- |
Added tracing to SQLAlchemy engine if profiler is enabled and
profiler.trace_sqlalchemy is set to true.