django-kronos
django-kronos copied to clipboard
kronos task is logging SQL queries
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?