AsheKR / django-query-capture

Shows queries, find slow queries, detects N+1 in Django

Home Page:https://ashekr.github.io/django-query-capture/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Replace print with logger

sinwoobang opened this issue Β· comments

πŸš€ Feature Request

I found many print statements on the code, what do you think about replacing it with logger?

πŸ”ˆ Motivation

logger is more organized rather than print.

Hello @sinwoobang, thank you for your interest in our work!

If this is a bug report, please provide screenshots and minimum viable code to reproduce your issue, otherwise we can not help you.

Thank you for your interest!

There is no debugging content yet, so logging has not been set.
We will replace the logger when various issues arise.