googleapis / googleapis/google-cloud-java
[google-auth-library-java] Logging for Trust Boundaries.
Abierto
priority: p3
- Lenguaje dominante
- Java
- Estrellas
- 2.1k
- Forks
- 1.2k
- Merge medio
- 1 d 23 h
- PR fusionados (30 d)
- 154
Descripción
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");
```
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.