Skip to content

Commit

Permalink
Fixed logging
Browse files Browse the repository at this point in the history
  • Loading branch information
kroman0 committed Jan 21, 2015
1 parent 1807ac8 commit ddf072a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/openprocurement/api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def set_journal_handler(event):
params = {
'TAGS': 'python,api',
'USER_ID': str(request.authenticated_userid or ''),
'ROLE': str(request.authenticated_role),
#'ROLE': str(request.authenticated_role),
'CURRENT_URL': request.url,
'CURRENT_PATH': request.path_info,
'REMOTE_ADDR': request.remote_addr or '',
Expand Down

0 comments on commit ddf072a

Please sign in to comment.