Skip to content

Commit c585a9a

Browse files
committed
update README
1 parent 9bc2931 commit c585a9a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gapic/templates/README.rst.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ Logging details
135135
#. You can mix the different logging configurations above for different Google modules. For example, you may want use a code-based logging configuration for
136136
one library, but decide you need to also set up environment-based logging configuration for another library.
137137
#. If you attempt to use both code-based and environment-based configuration for the same module, the environment-based configuration will be ineffectual
138-
if the code -based configuration gets applied first.
138+
if the code -based configuration gets applied first.
139139
#. The Google-specific logging configurations (default handlers for environment-based configuration; not propagating logging events to the root logger) get
140140
executed the first time *any* client library is instantiated in your application, and only if the affected loggers have not been previously configured.
141141
(This is the reason for 2.1 above.)

tests/integration/goldens/redis/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ Logging details
135135
#. You can mix the different logging configurations above for different Google modules. For example, you may want use a code-based logging configuration for
136136
one library, but decide you need to also set up environment-based logging configuration for another library.
137137
#. If you attempt to use both code-based and environment-based configuration for the same module, the environment-based configuration will be ineffectual
138-
if the code -based configuration gets applied first.
138+
if the code -based configuration gets applied first.
139139
#. The Google-specific logging configurations (default handlers for environment-based configuration; not propagating logging events to the root logger) get
140140
executed the first time *any* client library is instantiated in your application, and only if the affected loggers have not been previously configured.
141141
(This is the reason for 2.1 above.)

0 commit comments

Comments
 (0)