You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: gapic/templates/README.rst.j2
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -135,7 +135,7 @@ Logging details
135
135
#. You can mix the different logging configurations above for different Google modules. For example, you may want use a code-based logging configuration for
136
136
one library, but decide you need to also set up environment-based logging configuration for another library.
137
137
#. 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.
139
139
#. The Google-specific logging configurations (default handlers for environment-based configuration; not propagating logging events to the root logger) get
140
140
executed the first time *any* client library is instantiated in your application, and only if the affected loggers have not been previously configured.
Copy file name to clipboardExpand all lines: tests/integration/goldens/redis/README.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -135,7 +135,7 @@ Logging details
135
135
#. You can mix the different logging configurations above for different Google modules. For example, you may want use a code-based logging configuration for
136
136
one library, but decide you need to also set up environment-based logging configuration for another library.
137
137
#. 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.
139
139
#. The Google-specific logging configurations (default handlers for environment-based configuration; not propagating logging events to the root logger) get
140
140
executed the first time *any* client library is instantiated in your application, and only if the affected loggers have not been previously configured.
0 commit comments