Skip to content

Commit 4c1803c

Browse files
author
Simon Zeltser
authored
chore: add logging team to codeowners (GoogleCloudPlatform#4876)
1 parent 1b3da50 commit 4c1803c

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/CODEOWNERS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
/dlp/**/*.py @GoogleCloudPlatform/python-samples-owners
3434
/dns/**/*.py @michaelawyu @GoogleCloudPlatform/python-samples-owners
3535
/endpoints/**/*.py @GoogleCloudPlatform/python-samples-owners
36-
/error_reporting/**/*.py @GoogleCloudPlatform/python-samples-owners
36+
/error_reporting/**/*.py @GoogleCloudPlatform/observability-devx @GoogleCloudPlatform/python-samples-owners
3737
/eventarc/**/*.py @averikitsch @grant @GoogleCloudPlatform/python-samples-owners
3838
/firestore/**/*.py @GoogleCloudPlatform/firestore-dpe @GoogleCloudPlatform/python-samples-owners
3939
/functions/**/*.py @ace-n @grant @GoogleCloudPlatform/python-samples-owners
@@ -45,7 +45,7 @@
4545
/kms/**/*.py @GoogleCloudPlatform/python-samples-owners
4646
/kubernetes_engine/**/*.py @GoogleCloudPlatform/python-samples-owners
4747
/language/**/*.py @telpirion @sirtorry @GoogleCloudPlatform/python-samples-owners
48-
/logging/**/*.py @simonz130 @GoogleCloudPlatform/python-samples-owners
48+
/logging/**/*.py @GoogleCloudPlatform/observability-devx @GoogleCloudPlatform/python-samples-owners
4949
/memorystore/**/*.py @GoogleCloudPlatform/python-samples-owners
5050
/ml_engine/**/*.py @alecglassford @GoogleCloudPlatform/python-samples-owners
5151
/monitoring/**/*.py @GoogleCloudPlatform/python-samples-owners

logging/cloud-client/README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.. This file is automatically generated. Do not edit this file directly.
22
3-
Stackdriver Logging Python Samples
3+
Cloud Logging Python Samples
44
===============================================================================
55

66
.. image:: https://gstatic.com/cloudssh/images/open-btn.png
@@ -95,7 +95,7 @@ To run this sample:
9595
usage: snippets.py [-h] logger_name {list,write,delete} ...
9696
9797
This application demonstrates how to perform basic operations on logs and
98-
log entries with Stackdriver Logging.
98+
log entries with Cloud Logging.
9999
100100
For more information, see the README.md under /logging and the
101101
documentation at https://cloud.google.com/logging/docs.

logging/cloud-client/README.rst.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# This file is used to generate README.rst
22

33
product:
4-
name: Stackdriver Logging
5-
short_name: Stackdriver Logging
4+
name: Cloud Logging
5+
short_name: Cloud Logging
66
url: https://cloud.google.com/logging/docs
77
description: >
8-
`Stackdriver Logging`_ allows you to store, search, analyze, monitor,
8+
`Cloud Logging`_ allows you to store, search, analyze, monitor,
99
and alert on log data and events from Google Cloud Platform and Amazon
1010
Web Services.
1111

0 commit comments

Comments
 (0)