mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-04-13 09:42:01 +00:00
Merge branch 'master' into django1.9
* master: Adding cookies to path inspector.
This commit is contained in:
commit
f3e2f97fc8
1 changed files with 1 additions and 1 deletions
|
@ -7,4 +7,4 @@ class DumpRequestMiddleware:
|
||||||
request_data = request.POST or request.GET
|
request_data = request.POST or request.GET
|
||||||
request_items = request_data.items()
|
request_items = request_data.items()
|
||||||
if request_items:
|
if request_items:
|
||||||
logging.debug(" ---> ~FC%s ~SN~FC%s ~SN~BC~FK%s" % (request.method, request.path, dict(request_items)))
|
logging.debug(" ---> ~FC%s ~SN~FC%s ~SN~BC~FK%s~BK~FC %s" % (request.method, request.path, dict(request_items), request.COOKIES))
|
Loading…
Add table
Reference in a new issue