Skip to content

issues Search Results · repo:Rhumbix/django-request-logging language:Python

Filter by

55 results
 (79 ms)

55 results

inRhumbix/django-request-logging (press backspace or delete to remove)

Hi I would like to stop the system from logging query string args for security reasons and cannot put the the no_logging attribute on all the views. Is there a setting that can be changed to stop the ...
  • vahidkowsari
  • Opened 
    on Jun 16, 2024
  • #149

Body and response are logged as buffer. Is it possible to parse them and log them as full JSON?
  • gquittet
  • 1
  • Opened 
    on Oct 13, 2022
  • #148

For instance, if the site is hosted at www.example.com/example rather than www.example.com, the logging modifications applied with no_logging do not work. The cause is at line 181 of middleware.py in the ...
  • BurningLights
  • Opened 
    on Apr 13, 2022
  • #147

I have a use case where I never want request body data logged. However, when I return a 5XX response code, this library is hard-coded to log the request body at the error level. Is there a way around this? ...
  • bradydean
  • 1
  • Opened 
    on Feb 9, 2022
  • #144

We have noticed that this middleware is randomly logging empty bodies for certain requests in our PROD environment. After doing some research and code reviews, I believe that there is a potential problem ...
  • martinbertolino
  • 3
  • Opened 
    on Jan 18, 2022
  • #142

We are users of this package, thank you, and we recently bumped to the latest version as part of a larger upgrade effort. Everything still works well, however we noticed that we have a lot of log entries ...
  • martinbertolino
  • Opened 
    on Jul 17, 2021
  • #141

gunicorn project.asgi:application -k uvicorn.workers.UvicornWorker --bind 0.0.0.0:8000 Formatting field not found in record request
  • varicon2020
  • Opened 
    on May 29, 2021
  • #140

`Formatting field not found in record: request File /home/xxx/.cache/pypoetry/virtualenvs/backend-0jntSMg_-py3.8/lib/python3.8/site-packages/django/core/handlers/base.py , line 122, in adapt_method_mode ...
  • varicon2020
  • Opened 
    on May 29, 2021
  • #139

If I develop Django and login it logs: [28/May/2021 16:11:50] POST /backend/api/login HTTP/1.1 200 171 But if I host Django using WSGI and use your library it logs: POST /backend/api/login POST /backend/api/login ...
  • Wissperwind
  • 1
  • Opened 
    on May 28, 2021
  • #138

In the below code both (request and response) logs are called after self.get_response I want to see the request logging first and then the some logging in my views and then the reponse logging. This ...
  • sant527
  • Opened 
    on May 10, 2021
  • #135
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub