django-kronos icon indicating copy to clipboard operation
django-kronos copied to clipboard

kronos task is logging SQL queries

Open kakulukia opened this issue 3 years ago • 0 comments

I just created my first kronos task and while it nearly works like it should .. its printing all SQL queries executed during that task.

SQL logging is not enabled in the Django logging settings and running the same code as a Django management command also does not print SQL statements. So i was wondering if kronos is triggering that and why?

kakulukia avatar Mar 08 '22 05:03 kakulukia