Skip to content

Commit

Permalink
Remove logging statement
Browse files Browse the repository at this point in the history
  • Loading branch information
mbertrand committed Feb 21, 2025
1 parent 6375827 commit 4352585
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main/middleware/apisix_user.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ def process_request(self, request):
"""
if request.META.get(self.header):
new_header = decode_apisix_headers(request, self.header)
log.error("FOUND APISIX HEADER: %s", new_header)
request.META["REMOTE_USER"] = new_header

return super().process_request(request)

0 comments on commit 4352585

Please sign in to comment.