googleapis / googleapis/google-cloud-java

[google-auth-library-java] Logging for Trust Boundaries.

Open
#12,574 0 comments 0 reactions 0 assignees View on GitHub
priority: p3
Dominant language
Java
Stars
2.1k
Forks
1.2k
Avg merge
1d 23h
Merged PRs (30d)
154

Description

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");
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.