We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d2c48b commit 296ff7aCopy full SHA for 296ff7a
1 file changed
src/pythonjsonlogger/jsonlogger.py
@@ -47,6 +47,7 @@
47
if sys.version_info >= (3, 12):
48
# taskName added in python 3.12
49
RESERVED_ATTRS.append("taskName")
50
+ RESERVED_ATTRS.sort()
51
52
OptionalCallableOrStr = Optional[Union[Callable, str]]
53
0 commit comments