googleapis / googleapis/google-cloud-java

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

Đang mở
#12,574 0 bình luận 0 reaction 0 người được giao Xem trên GitHub
priority: p3
Ngôn ngữ chính
Java
Star
2.1k
Fork
1.2k
Merge trung bình
1 ngày 23 giờ
Pull request đã merge (30 ngày)
154

Mô tả

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

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.