Skip to content

Logging for Trust Boundaries. #1829

@vverman

Description

@vverman

Presently trust boundaries in the lib are not being logged manner. We should use loggingUtils to log the crucial TB events like so:

 LoggingUtils.logRequest(request, LOGGER_PROVIDER, "Sending request to refresh access token"); 
 response = request.execute(); 
 LoggingUtils.logResponse( 
     response, LOGGER_PROVIDER, "Received response for refresh access token");

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions