'Problem while profiling queries with django query profiler

question regarding django query profiler, https://github.com/django-query-profiler,

When I add logs as shown, the duplicate query count is increased as shown below:

enter image description here

While if I remove my logs, the duplicate count is decreased. I am not sure why is this happening as the log should have no effect on query count.

enter image description here

question regarding django query profiler, https://github.com/django-query-profiler,

When I add logs as shown, the duplicate query count is increased as shown below:

enter image description here

While if I remove my logs, the duplicate count is decreased. I am not sure why is this happening as the log should have no effect on query count.

enter image description here



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source