Skip to content

Commit dd49889

Browse files
zhumin8lqiu96
andauthored
chore: add link to guide on enable debug logging (#1723)
* chore: add link to guide on enable debug logging * wording Co-authored-by: Lawrence Qiu <[email protected]> --------- Co-authored-by: Lawrence Qiu <[email protected]>
1 parent 8a75ccd commit dd49889

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ information, refer to [documentation](https://cloud.google.com/docs/authenticati
3636
* [Gradle](#gradle)
3737
* [Scala](#scala)
3838
* [Migrating from GoogleCredential to GoogleCredentials](#migrating-from-googlecredential-to-googlecredentials)
39+
* [Troubleshooting](#troubleshooting)
3940
* [google-auth-library-oauth2-http](#google-auth-library-oauth2-http)
4041
* [Application Default Credentials](#application-default-credentials)
4142
* [ImpersonatedCredentials](#impersonatedcredentials)
@@ -171,6 +172,9 @@ For [Google Api Client Library](https://cloud.google.com/apis/docs/client-librar
171172
For [Cloud Client Libraries](https://cloud.google.com/apis/docs/client-libraries-explained#cloud-client-libraries), the library will follow ADC to create a
172173
default GoogleCredential. Users do not need to manually create any Credentials or pass it into the library.
173174

175+
### Troubleshooting
176+
This library provides logging for debugging purposes. Please refer to [this guide](https://cloud.google.com/java/docs/bom#client_library_debug_logging) to enable debug logging feature.
177+
174178
## google-auth-library-oauth2-http
175179

176180
### Application Default Credentials

0 commit comments

Comments
 (0)