-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(option): add support for user loggers #2873
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Also add an intenral option that will be used by our clients to extract a logger from the options, or a default logger if one is not specified. More changes will be needed to make this pass through logger to auth layers in a future iteration.
quartzmo
requested changes
Nov 14, 2024
codyoss
added
the
automerge
Merge the pull request once unit tests and other checks pass.
label
Nov 14, 2024
quartzmo
reviewed
Nov 14, 2024
quartzmo
approved these changes
Nov 14, 2024
gcf-merge-on-green
bot
removed
the
automerge
Merge the pull request once unit tests and other checks pass.
label
Nov 14, 2024
gcf-merge-on-green bot
pushed a commit
that referenced
this pull request
Nov 14, 2024
🤖 I have created a release *beep* *boop* --- ## [0.206.0](https://togithub.com/googleapis/google-api-go-client/compare/v0.205.0...v0.206.0) (2024-11-14) ### Features * **all:** Auto-regenerate discovery clients ([#2862](https://togithub.com/googleapis/google-api-go-client/issues/2862)) ([c552a34](https://togithub.com/googleapis/google-api-go-client/commit/c552a340b2e364457121cc6a7586b681cc75c27d)) * **all:** Auto-regenerate discovery clients ([#2866](https://togithub.com/googleapis/google-api-go-client/issues/2866)) ([6495d84](https://togithub.com/googleapis/google-api-go-client/commit/6495d84ae6142aa900e6913fb681ca38ec3a3a6b)) * **all:** Auto-regenerate discovery clients ([#2868](https://togithub.com/googleapis/google-api-go-client/issues/2868)) ([58faff9](https://togithub.com/googleapis/google-api-go-client/commit/58faff9ac69eb1b15bf9b532eb1447143bc77083)) * **all:** Auto-regenerate discovery clients ([#2870](https://togithub.com/googleapis/google-api-go-client/issues/2870)) ([031802c](https://togithub.com/googleapis/google-api-go-client/commit/031802cc20f6e3e481fbe8cdacf7e4bf7c36aec2)) * **all:** Auto-regenerate discovery clients ([#2871](https://togithub.com/googleapis/google-api-go-client/issues/2871)) ([8fab1d8](https://togithub.com/googleapis/google-api-go-client/commit/8fab1d86722b77ac74b2726257b5815af70b5185)) * **all:** Auto-regenerate discovery clients ([#2872](https://togithub.com/googleapis/google-api-go-client/issues/2872)) ([20de5d2](https://togithub.com/googleapis/google-api-go-client/commit/20de5d22d96d2ba6983f5839e4f71a3846a01be0)) * **option:** Add support for user loggers ([#2873](https://togithub.com/googleapis/google-api-go-client/issues/2873)) ([922e59d](https://togithub.com/googleapis/google-api-go-client/commit/922e59dcb7806c2a0378c39928a33726687c3038)) --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Also add an intenral option that will be used by our clients to extract a logger from the options, or a default logger if one is not specified.
More changes will be needed to make this pass through logger to auth layers in a future iteration.