We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d61aff3 commit 6f1a5a7Copy full SHA for 6f1a5a7
opentelemetry-sdk/src/opentelemetry/sdk/_shared_internal/__init__.py
@@ -42,7 +42,7 @@
42
class DuplicateFilter(logging.Filter):
43
"""Filter that can be applied to internal `logger`'s.
44
45
- Currently applied to `logger`'s on the export logs path to prevent endlessly logging the same log
+ Currently applied to `logger`s on the export logs path to prevent endlessly logging the same log
46
in cases where logging itself is failing."""
47
48
def filter(self, record):
0 commit comments