Skip to content

Commit

Permalink
Fixed logging user
Browse files Browse the repository at this point in the history
  • Loading branch information
kroman0 committed Feb 18, 2015
1 parent 01e938d commit 4a9932f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/openprocurement/api/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ def set_journal_handler(event):
params = {
'TENDERS_API_VERSION': VERSION,
'TAGS': 'python,api',
'USER_ID': str(request.authenticated_userid or ''),
'USER': str(request.authenticated_userid or ''),
#'ROLE': str(request.authenticated_role),
'CURRENT_URL': request.url,
'CURRENT_PATH': request.path_info,
Expand Down

0 comments on commit 4a9932f

Please sign in to comment.