Skip to content

Commit 460eccf

Browse files
authored
Merge pull request #71 from geoadmin/fix-python-3.12
Support py3.12: Add taskName to the list of default log attrs - #patch
2 parents c888328 + 1c5372d commit 460eccf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

logging_utilities/formatters/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,6 @@
2020
'stack_info',
2121
'msg',
2222
'args',
23-
'message'
23+
'message',
24+
'taskName'
2425
}

0 commit comments

Comments
 (0)