2 comments

[ 3.2 ms ] story [ 9.9 ms ] thread
Looks pretty cool, I've been using this logging setup that prints queries to the console, but it gets a bit verbose

import logging l = logging.getLogger('django.db.backends') l.setLevel(logging.DEBUG) l.addHandler(logging.StreamHandler())

Does your solution work on windows?

Thanks!

The tool doesn't work on windows currently, but I'll prioritize adding support for it; I believe it should be a minor tweak.