Skip to content

Commit

Permalink
feat: Remove warning logger
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashutosh619-sudo committed Oct 14, 2024
1 parent 2bdd3ed commit a9b0b94
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fyle_qbo_api/logging_middleware.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
from django.http import HttpResponse

logger = logging.getLogger(__name__)
logger.level = logging.WARNING


def generate_worker_id():
Expand Down

0 comments on commit a9b0b94

Please sign in to comment.