Skip to content

Commit

Permalink
Added REQUEST_METHOD for logging
Browse files Browse the repository at this point in the history
  • Loading branch information
kroman0 committed Feb 11, 2015
1 parent 5296a31 commit 66acb75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/openprocurement/api/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@ def set_journal_handler(event):
'CURRENT_PATH': request.path_info,
'REMOTE_ADDR': request.remote_addr or '',
'USER_AGENT': request.user_agent or '',
'REQUEST_METHOD': request.method,
'AWARD_ID': '',
'BID_ID': '',
'COMPLAINT_ID': '',
Expand Down

0 comments on commit 66acb75

Please sign in to comment.