Skip to content

Commit 6c43c32

Browse files
📝 Undo unnecessary change
1 parent c967cef commit 6c43c32

File tree

1 file changed

+0
-1
lines changed
  • opentelemetry-sdk/src/opentelemetry/sdk/_logs/_internal

1 file changed

+0
-1
lines changed

opentelemetry-sdk/src/opentelemetry/sdk/_logs/_internal/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,6 @@ def _get_attributes(record: logging.LogRecord) -> _ExtendedAttributes:
574574

575575
if record.exc_info:
576576
exctype, value, tb = record.exc_info
577-
578577
if exctype is not None:
579578
attributes[exception_attributes.EXCEPTION_TYPE] = (
580579
exctype.__name__

0 commit comments

Comments
 (0)