Skip to content

Commit 6f1a5a7

Browse files
DylanRussellxrmx
andauthored
Update opentelemetry-sdk/src/opentelemetry/sdk/_shared_internal/__init__.py
Co-authored-by: Riccardo Magliocchetti <[email protected]>
1 parent d61aff3 commit 6f1a5a7

File tree

1 file changed

+1
-1
lines changed
  • opentelemetry-sdk/src/opentelemetry/sdk/_shared_internal

1 file changed

+1
-1
lines changed

opentelemetry-sdk/src/opentelemetry/sdk/_shared_internal/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
class DuplicateFilter(logging.Filter):
4343
"""Filter that can be applied to internal `logger`'s.
4444
45-
Currently applied to `logger`'s on the export logs path to prevent endlessly logging the same log
45+
Currently applied to `logger`s on the export logs path to prevent endlessly logging the same log
4646
in cases where logging itself is failing."""
4747

4848
def filter(self, record):

0 commit comments

Comments
 (0)