= getattr(local, 'path', 'none')
record.method = getattr(local, 'method', 'none')
record.username..."""
def __init__(self, get_response=None):
self.get_response = get_response
self.apiLogger...== 'GET':
body.update(dict(request.GET))
else:
body.update(dict(request.POST...))
local.body = body
local.path = request.path
local.method = request.method...": "%(method)s", "username": "%(username)s", "sip": "%(sip)s", "dip": "%(dip)s", "path": "%(path)s",