Additional query log for SqlAlchemy
- Query summary within a db connection
- Statement count (
SELECT,UPDATE,INSERT,DELETE) - DB IO count
- Turn to
WARNINGlog level when too many IO count within a connection
- Turn to
- Statement count (
- Time used on every query
- Turn to
ERRORlog level when query takes too long to execute
- Turn to
- Raw query (
DEBUGlog level) - Query length and parameter on every query (with n+1 detection using this stats)