Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

Commit a5ca7e1

Browse files
authored
docs: Adds links related to logging samples in README.rst.j2
Provides three links to logging documentation and samples in `README.rst.j2` * Docs * Generated samples * Legacy OR handwritten samples
1 parent 535d654 commit a5ca7e1

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

gapic/templates/README.rst.j2

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,3 +141,17 @@ Logging details
141141
#. The Google-specific logging configurations (default handlers for environment-based configuration; not propagating logging events to the root logger) get
142142
executed the first time *any* client library is instantiated in your application, and only if the affected loggers have not been previously configured.
143143
(This is the reason for 2.i. above.)
144+
145+
146+
Additional information
147+
~~~~~~~~~~~~~~~~~~~~~~
148+
149+
For additional information and examples about logging see:
150+
151+
- `Logging Docs`_
152+
- `Generated samples`_
153+
- `Additional samples`_
154+
155+
.. _Logging Docs: https://docs.cloud.google.com/logging/docs
156+
.. _Generated samples: https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-logging/samples/generated_samples
157+
.. _Additional samples: https://github.com/GoogleCloudPlatform/python-docs-samples/tree/main/logging

0 commit comments

Comments
 (0)