googleapis / googleapis/google-cloud-java
[google-auth-library-java] Logging for Trust Boundaries.
Offen
priority: p3
- Vorherrschende Sprache
- Java
- Sterne
- 2.1k
- Forks
- 1.2k
- Ø Merge
- 1 T. 23 Std.
- Gemergte PRs (30 T.)
- 154
Beschreibung
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");
```
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.