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 2d9e159 commit 5d30eb6Copy full SHA for 5d30eb6
opentelemetry-sdk/src/opentelemetry/sdk/_logs/_internal/__init__.py
@@ -237,7 +237,6 @@ def __init__( # pylint:disable=too-many-locals
237
warnings.warn(
238
"LogRecord will be removed in 1.39.0 and replaced by ReadWriteLogRecord and ReadableLogRecord",
239
LogDeprecatedInitWarning,
240
- stacklevel=0,
241
)
242
if not context:
243
context = get_current()
@@ -366,7 +365,6 @@ def __init__(
366
365
367
"LogData will be removed in 1.39.0 and replaced by ReadWriteLogRecord and ReadableLogRecord",
368
369
370
371
self.log_record = log_record
372
self.instrumentation_scope = instrumentation_scope
0 commit comments