googleapis / googleapis/google-cloud-java

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

Aperta
#12,574 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub
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.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.