googleapis / googleapis/google-cloud-java
[google-auth-library-java] Logging for Trust Boundaries.
Aperta
priority: p3
- Lingua principale
- Java
- Stelle
- 2.1k
- Fork
- 1.2k
- Merge medio
- 1g 23h
- PR unite (30g)
- 154
Descrizione
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");
```
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.