Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
# Conflicts:
#	CHANGELOG.md
  • Loading branch information
a-recknagel committed Jul 4, 2024
2 parents a3ec2f0 + 5b7b195 commit eaf328d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,8 @@ def __init__(
__name__, logger_provider=self._logger_provider
)

def _get_attributes(self, record: logging.LogRecord) -> Attributes:
@staticmethod
def _get_attributes(record: logging.LogRecord) -> Attributes:
attributes = {
k: v
for k, v in vars(record).items()
Expand Down

0 comments on commit eaf328d

Please sign in to comment.