Skip to content

Commit

Permalink
feat: Remove warning logger (#683)
Browse files Browse the repository at this point in the history
* feat: Remove warning logger

* comment resolved
  • Loading branch information
Ashutosh619-sudo committed Oct 14, 2024
1 parent ae667f9 commit 2034304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fyle_qbo_api/logging_middleware.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from django.http import HttpResponse

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


def generate_worker_id():
Expand Down

0 comments on commit 2034304

Please sign in to comment.