Skip to content

Commit

Permalink
Fix issue with log_info method (#13052)
Browse files Browse the repository at this point in the history
* Adding uuid parameter that was missing from log_info parameters
  • Loading branch information
jerekshoe authored Jun 21, 2023
1 parent fc0e7fc commit 0c97518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/lighthouse/auth/client_credentials/service.rb
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def get_new_token(auth_params = {})
config.get_access_token(@url, request_body)
end

def log_info(message:, service_name:)
def log_info(message:, service_name:, uuid:)
::Rails.logger.info({ message_type: 'Lighthouse CCG access token', message:, service_name:, uuid: })
end

Expand Down

0 comments on commit 0c97518

Please sign in to comment.