Skip to content

Commit

Permalink
use Kubernetes Engine branding
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-sanche committed Oct 19, 2020
1 parent c8385c1 commit 209fc4a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/handlers-container-engine.rst
@@ -1,4 +1,4 @@
Google Container Engine Log Handler
Google Kubernetes Engine Log Handler
===================================

.. automodule:: google.cloud.logging.handlers.container_engine
Expand Down
4 changes: 2 additions & 2 deletions docs/usage.rst
Expand Up @@ -336,7 +336,7 @@ logging handler can use different transports. The default is
direct API call on each logging statement to write the entry.


.. _Google Container Engine: https://cloud.google.com/container-engine/
.. _Google Kubernetes Engine: https://cloud.google.com/kubernetes-engine

fluentd logging handlers
~~~~~~~~~~~~~~~~~~~~~~~~
Expand All @@ -347,7 +347,7 @@ which writes directly to the API, two other handlers are provided.
recommended when running on the Google App Engine Flexible vanilla runtimes
(i.e. your app.yaml contains ``runtime: python``), and
:class:`~google.cloud.logging.handlers.container_engine.ContainerEngineHandler`
, which is recommended when running on `Google Container Engine`_ with the
, which is recommended when running on `Google Kubernetes Engine`_ with the
Cloud Logging plugin enabled.

:meth:`~google.cloud.logging.client.Client.get_default_handler` and
Expand Down

0 comments on commit 209fc4a

Please sign in to comment.