mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-16 10:12:32 -05:00
tweak log output
This commit is contained in:
@@ -92,7 +92,7 @@ def requires_auth():
|
||||
g.service_id = api_key.service_id
|
||||
_request_ctx_stack.top.authenticated_service = service
|
||||
_request_ctx_stack.top.api_user = api_key
|
||||
current_app.logger.info('Succesful login for service {} with api key {}, using client'.format(
|
||||
current_app.logger.info('API authorised for service {} with api key {}, using client {}'.format(
|
||||
service.id,
|
||||
api_key.id,
|
||||
request.headers.get('User-Agent')
|
||||
|
||||
Reference in New Issue
Block a user